B4J Question [CustomListView] How To Auto-Select First Item of CLV

cklester

Well-Known Member
Licensed User
I'm displaying a CustomListView and would like to automatically have the first item selected.

I'd also like to trigger the Click event for that, so other views on the window/form are populated from the clv_Categories_ItemClick() sub.

I was expecting something like

B4X:
clv_Categories.Select(0)

but no such thing.

Is there a way to do this?
 
Top