|
<NavigationPage.TitleView>
<StackLayout>
<buttons:SfSegmentedControl
ItemsSource="{Binding List}"
HorizontalOptions="Start"
VerticalOptions="Center"
SegmentHeight="30"
VisibleSegmentsCount="2"
x:Name="routeToggleControl"
SelectedIndex="0">
<buttons:SfSegmentedControl.SelectionIndicatorSettings>
<buttons:SelectionIndicatorSettings Position="Fill"
Color="#44a1ad"/>
</buttons:SfSegmentedControl.SelectionIndicatorSettings>
</buttons:SfSegmentedControl>
</StackLayout>
</NavigationPage.TitleView> |