Hello All;
I have a button loaded in ScrollView2D. I would like to get the index of the button I press. in CustomListView I used to get the index by this code
any advice!
I have a button loaded in ScrollView2D. I would like to get the index of the button I press. in CustomListView I used to get the index by this code
get the index:
Dim i As Int = clvItems.GetItemFromView(Sender)
any advice!