-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Hello, firstly thank you for your good work. When I implement your plugin to Android height property does not seem correct. If I add HeightRequest="30" It seems good. Thank you in advance.
<sc:SegmentedControl
x:Name="xSegmentedControl"
Margin="10,0,10,10"
BackgroundColor="Blcak"
DisabledColor="Gray"
FontSize="16"
HeightRequest="30"
SegmentSelectedCommand="{Binding SegmentChangedCommand}"
SelectedSegment="{Binding SelectedSegment, Mode=TwoWay}"
SelectedTextColor="White"
TextColor="White"
TintColor="{Binding SegmentBackground}">
<sc:SegmentedControl.Children>
<sc:SegmentedControlOption Text="TAB 1" />
<sc:SegmentedControlOption Text="TAB 2" />
</sc:SegmentedControl.Children>
</sc:SegmentedControl>
Sumishu and mhrastegari
