Skip to content

Can the FlipView's Index indicator be modified? #4427

Answered by timunie
dknippel asked this question in Q&A
Discussion options

You must be logged in to vote

@dknippel check orignal styles and override / modify them as needed.

<Style x:Key="MahApps.Styles.ListBoxItem.FlipView.Index" TargetType="ListBoxItem">
<Setter Property="FocusVisualStyle" Value="{x:Null}" />
<Setter Property="HorizontalContentAlignment" Value="Center" />
<Setter Property="Margin" Value="10" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="ListBoxItem">
<Ellipse x:Name="Bd"
Width="{DynamicResource FlipViewIndexItemSize}"
Height="{DynamicResource FlipView…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dknippel
Comment options

Answer selected by dknippel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants