merlin2049er Well-Known Member Licensed User Longtime User Nov 27, 2013 #1 Can I set the spinner index to an index from a table I'm using to populate it? Thx, Joe
Erel B4X founder Staff member Licensed User Longtime User Nov 27, 2013 #2 You can set the index with the SelectedIndex property. Upvote 0
merlin2049er Well-Known Member Licensed User Longtime User Nov 29, 2013 #4 Ok, I guess the same thing is true of a listview index? Upvote 0
DonManfred Expert Licensed User Longtime User Nov 29, 2013 #5 If you have a property called "ItemIndex" in OOP this index is normally the "Selected one" or -1 if no Item is selected. If the listview have this property then this is probably the same thing like as the spinner. Upvote 0
If you have a property called "ItemIndex" in OOP this index is normally the "Selected one" or -1 if no Item is selected. If the listview have this property then this is probably the same thing like as the spinner.