多级列表ExpandableListView的使用
2023-03-30 21:18:20 1.38MB Expandable
1
ExpandableTextView 的扩展
2022-09-21 19:30:46 4KB Expandable TextView
1
ExpandableListView嵌套GridView的实现,并且手动自定义gridview已适应expandableListView
2022-08-22 10:19:07 15.42MB Expandable GridView
1
在Android开发中有时我们需要访问网络实时刷新数据,比如新浪微博、QQ等就用到这些功能,下面这个例子(有源码)可以实现对ListView、ExpandableListview、ScrollView、GridView等多类组件的上拉或下拉刷新,如果你想应用到你的项目中,在这个例子的基础上作一些修改即可
2022-08-05 11:53:42 3.14MB Android list expandable scrollview
1
带有折叠展开动画的ExpandableListView,上传仅为存储,留待以后自己使用,备忘!
2022-05-09 17:57:50 119KB 安卓 动画 Expandable ListView
1
经常会遇到ExpandableListView这个控件,有的时候会有需求是当下拉列表子item被选中时要进行颜色的改变,以便标识
2022-04-22 11:45:55 2.88MB Expandable item 颜色改变
1
expandable_tree_menu 可以扩展/折叠的子菜单树,每个节点可以递归包含另一棵树。 使用onSelect回调允许Tree用作菜单。 入门 将依赖项添加到pubspec.yaml文件 dependencies: ... expandable_tree_menu: ^0.1.0 汇入 import 'package:expandable_tree_menu/expandable_tree_menu.dart'; 在某处实例化它 ExpandableTree( nodes: _nodesFromBooks(bookNodes), nodeBuilder: _nodeBuilder, onSelect: (dynamic node) => _nodeSelected(context, node), ),
2022-01-15 13:46:21 11KB Dart
1
基于qt可伸缩的窗口实现示例
2021-06-10 22:03:47 5.55MB qt
1
git:https://github.com/traex/ExpandableLayout
2021-05-17 12:46:12 3.06MB Expandable Android UI
1
android ExpandableListView三级菜单的使用,多级菜单下拉与隐藏,ExpandableListView的简单使用
2019-12-21 19:54:24 7.08MB Expandable
1