spinner set value

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Hello,
I dynamically load a spinner whenever I load a form.
How can I do "Spinner.SetValue"? Because I need that the spinner, has a specific previous value :sign0085:
 

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Spinner.SelectedItem is read only.
If you need to select the item without knowing the index you must go through the Spinner to fine what index the item has and set the index.

Best regards.

ok thanks
 
Upvote 0
Top