I’m building a C#/WPF application, and using sliders. The sliders do not change size with their height parameter. The slider is always against the top or left of the defined height/width.
Is there a way to make the slider fill the box, as all other controls do? I’m specifically building a touch application, and would like a much larger touch area.
I have discovered that I can use the RenderTransform to increase the size of the slider, but it’s not ideal, particularly as I want to use the sliders in a user control in a resizeable grid, where it would be really nice if the sizing was done automatically.
1