Android Question First fixed panel in an xCustomListView

vecino

Well-Known Member
Licensed User
Longtime User
Hi, is it possible to "fix" the first panel (item) of an xCustomListsView, so that it is always visible?
Thanks.
 

LucaMs

Expert
Licensed User
Longtime User
No, xCLV base is a ScrollView.

Since to fill an xCLV you use a function that returns you a Panel-B4XView (unless you use AddTextItem), the first time you call it, place this Panel above the xCLV. Obviously you will have to change the value of the views contained in it in case of changes to the items of the xCLV.
 
Upvote 0

Star-Dust

Expert
Licensed User
Longtime User
try this
 
Upvote 0
Top