Rusty Well-Known Member Licensed User Longtime User Jan 26, 2018 #1 How does one display scrollbars (vertical) in an xCustomListView in B4a? Thanks, Rusty
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2018 #2 The default scrollbars appear when the user scrolls the ScrollView. A user controlled scrollbar is not available, though it shouldn't be too difficult to add a custom "thumb" that scrolls the list. Upvote 0
The default scrollbars appear when the user scrolls the ScrollView. A user controlled scrollbar is not available, though it shouldn't be too difficult to add a custom "thumb" that scrolls the list.