Brendon Upson
Results
2
comments of
Brendon Upson
Seems to be same as https://github.com/alexrainman/SegmentedControl/issues/45#event-1231733344
Workaround appears to be to set the WidthRequest property: ``` var seg = new SegmentedControl { ... WidthRequest = 300, } ```