A achtrade Active Member Licensed User Longtime User Feb 27, 2015 #1 How can I make a button like this listview ? one image in the left and 3 lines text in the right thanks.
How can I make a button like this listview ? one image in the left and 3 lines text in the right thanks.
derez Expert Licensed User Longtime User Feb 27, 2015 #2 Make a panel with layout that include the above view. Use the panel's events for the "button" actions. Upvote 0
Make a panel with layout that include the above view. Use the panel's events for the "button" actions.
Erel B4X founder Staff member Licensed User Longtime User Feb 27, 2015 #3 You can use CustomListView class instead of ListView. It allows you to create items with any views you like. Upvote 0
You can use CustomListView class instead of ListView. It allows you to create items with any views you like.