首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏LeoXu的博客

    Flex笔记_MX DataGrid、列表和树

    ColorPicker、ComboBox、 Menu、MenuBar、OLAPDataGrid、PopUpMenuButton、Repeater、TabBar、DataGrid、DateField、 HorizontalList id="myFriends" x="10" y="10" dataProvider="{myAC}" labelField="name"> </mx:List> </s:Application> HorizontalList ArrayCollection([ {name:"friend 1"}, {name:"friend 2"}, {name:"friend 3"} ]); ]]> </fx:Script> <mx:HorizontalList

    3.2K20发布于 2018-08-15
  • 来自专栏c#Winform自定义控件系列

    (十)c#Winform自定义控件-横向列表

    568015492 QQ:623128629 2 // 文件名称:UCHorizontalListItem.cs 3 // 创建日期:2019-08-15 16:01:13 4 // 功能描述:HorizontalList 568015492 QQ:623128629 2 // 文件名称:UCHorizontalList.cs 3 // 创建日期:2019-08-15 16:01:06 4 // 功能描述:HorizontalList

    2.2K10发布于 2019-09-11
  • 来自专栏Flutter

    超过百万的StackOverflow Flutter 问题-第二期

    child: ListView(), ) ], ) 或者铺满Column: Column( children: <Widget>[ Expanded( child: horizontalList

    2.1K21发布于 2020-09-11
  • 来自专栏HarmonyOS Next 三部曲

    135.[HarmonyOS NEXT 实战案例七:List系列] 水平列表组件实战:打造精美图片库 基础篇

    四、完整代码解析让我们来看一下完整的代码实现:@Componentexport struct HorizontalList { // 图片数据 private images: Image[]

    24700编辑于 2025-06-30
领券