Roberto P. Well-Known Member Licensed User Longtime User Apr 18, 2014 #1 how do I set an item in the spinner via code? example: I want to select an element by position or by text. thanks
how do I set an item in the spinner via code? example: I want to select an element by position or by text. thanks
klaus Expert Licensed User Longtime User Apr 18, 2014 #2 Spinner1.SelectedIndex = Position. SelectedItem is read only. Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Apr 18, 2014 #3 thanks Klaus I take this opportunity to ask you a question on the spinner: is there a way to set the spinner to enter search characters (as in the windows world) or you can just choose the items on the list? thank you very much Upvote 0
thanks Klaus I take this opportunity to ask you a question on the spinner: is there a way to set the spinner to enter search characters (as in the windows world) or you can just choose the items on the list? thank you very much