Grant
Grant
The fix mentioned by @basilfx (thank you!) still works for the following setup: macOS version: 12.4 (21F79) VSCode: 1.68.1 CSVode C# Ext: 1.25.0 Azure function core tools: 4.0.4590 Dotnet: 6.0.301
I think I've solved this, but I'm not familiar with Android development, so there may be a better way. In SegmentedControlRenderer.cs, modify the ConfigureRadioButton method to the following: ``` if...
I've managed to fix this. I'll create a pull request when I get time. In the meantime, the fix is to add `MinWidth = 0` in the `SegmentRadioButton` creation in...