Is it possible to set the selected button programmatically for a MobileSegmentedButton? The code below runs without error in Xojo 2025 2.1 but nothing happens.
Var s As MobileSegmentedButton
s = optSettings
s.SegmentAt(2).Selected = True
optSettings.refresh