Skip to content
Discussion options

You must be logged in to vote

Hi Alessandro,

Regarding the SfSegmentedControl horizontal fill, you can achieve the UI improvements using ‘VisibleSegmentsCount’ property of ‘SfSegmentedControl’. The layout of segments adjusts automatically once VisibleSegmentsCount is set.

Example code snippet:
<buttons:SfSegmentedControl x:Name="segmentedControl" HeightRequest="50" HorizontalOptions="Fill" VerticalOptions="Center" VisibleSegmentsCount="3">

For more detailed information on visible segment count please refer to the following document:

Visible-segment-count

If you have any further questions, please don’t hesitate to reach out.

Regards,
SaiGanesh Sakthivel

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by PaulAndersonS
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants