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:
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.
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.