Releases: vapolia/SegmentedViews
Releases · vapolia/SegmentedViews
1.0.6: Maintenance update
1.0.5 Maintenance Update
- Update nugets
1.0.4 Maintenance Release
- Update maui nuget
- Fix no segment selected if the Children/ItemsSource binding is delayed in some way
1.0.3 Add net8 target
- For easier usage in projects containing unit tests, add a net8 target.
1.0.2 Maintenance Release
- Android: character spacing correctly set
- Android: sum of tab widths now correctly matches container's width
Maintenance Release
- Remove dependency on maui compatibility.
- upgrade maui to 8.0.10
Initial Stable Release
Initial Stable Release
- iOS
- Android
Known issues
- on Android, with HorizontalOption="Fill" and Widths="*", the segments don't take the full width available on the control.
I made a lot of try and testing on that. It looks like more a bug in android or maui than a bug in this code.
If you find any information or workaround on that, please share it through an issue. Ty !
- on iOS BorderColor has no effect.