Two question:
- How to disable drag thumb on a ScrollBar in WPF?
- Is there a way to limit drag thumb position? like LargeChange or SmallChange?
Two question:
Edit the template of the ScrollBar control and set the IsEnabled property of the Thumb to false
Not sure you can do that directly from code or XAML but you might add 2 new DP to a control which inherits the ScrollBar class and then change the template to have this new feature