Wish TableView into the AddView of the designer tool

Cadenzo

Active Member
Licensed User
Longtime User
Why is the TableView not a part of the designer? It seems to be the best b4i variant of the b4a Listview.
 

Peter Simpson

Expert
Licensed User
Longtime User
You could always create your own by using xCusomLustView @skrjabin. You can create your own layout using the designer and implement it I to your code easily enough...
 

Cadenzo

Active Member
Licensed User
Longtime User
I like xCustomListView and use it a lot. But sometimes I have to show many thousend items. Good to know, that TableView is availible over CustomView.
 
Top