I have UI controls bound to properties in the settings file. The user can modify the settings through the UI before the execution. When the user presses Start, the settings in UI are read and the execution begins.
Now, since the UI controls are in different tabs, some of the settings never get read if all the tabs weren't accessed. Is there a way to programmatically make the UI get the settings without it having to be accessed by the user?
Thanks
Start Free Trial