Sharpnado.Tabs
Sharpnado.Tabs copied to clipboard
[MAUI] Feature Request: Line Width Property
Is your feature request related to a problem? Please describe. I would like to adjust the width of the separator and outline lines.
Describe the solution you'd like A property that allows me to set the width of the lines.
Describe alternatives you've considered Forking the project to implement it myself.
Additional context N/A
It looks like the control would need to be modified to use Border instead of Frame.
https://github.com/dotnet/maui/issues/15851
pr are always welcome