-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Milestone
Description
Hello,
is there a way of changing the height of the slider thumb (Controls.Slider.xaml). This seems to be bound to the Track Height set to 18.
My current solution is to change this value to "Auto". Then I can change the height by setting HorizontalThumbHeight etc. in my code
<Track x:Name="PART_Track" Grid.Row="1" Height="Auto">
I would prefer to change this setting by templating not by changing your source code.
Thanks in advance.