Wish ExpandableListView support

Inman

Well-Known Member
Licensed User
Longtime User
ExpandableListView is a view that shows items in a vertically scrolling two-level list. It is particularly useful to display items in Navigation Drawer. You can click on the symbol next to a ListView item and it will expand, revealing its children. When you click on the next item, the previous one collapses while the current one expands.

This has been available on Android from version 1.0. I hope we can get this on B4A.

http://developer.android.com/reference/android/widget/ExpandableListView.html

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…