

|
<buttons:SelectionIndicatorSettings
Color="Red">
</buttons:SelectionIndicatorSettings>
</buttons:SfSegmentedControl.SelectionIndicatorSettings> |
Hi Enrique,
Greetings from Syncfusion.
We have analyzed your query and we can achieve your requirement by using SegmentHeight
property of SfSegmentedControl as like below code snippet.
XAML:
|
<buttons:SfSegmentedControl ItemsSource="{Binding
Segments}" SegmentHeight="200" SelectedIndex="{Binding SelectedSegmentIndex}"> </buttons:SfSegmentedControl> |
We will add documentation about SegmentHeight and publish the document on
or before end of this month.
Please let us know if you have any other queries.
Regards,
Sakthivel P.