metrick Active Member Licensed User Longtime User May 1, 2011 #1 How to automatic display selectedIndex + x on the spinner when load? I can get value of the items of the spinner at any position but can not display it. I would like to be able to display the value. Can this be done? Thanks.
How to automatic display selectedIndex + x on the spinner when load? I can get value of the items of the spinner at any position but can not display it. I would like to be able to display the value. Can this be done? Thanks.
Erel B4X founder Staff member Licensed User Longtime User May 1, 2011 #2 Have you tried setting the SelectedIndex property: B4X: s.SelectedIndex = 20 Upvote 0
metrick Active Member Licensed User Longtime User May 1, 2011 #3 Got it after message posted. Thanks Upvote 0