Hey,
I'm looking to have a RadSyntaxEditor's horizontal scroll bar react to a trackpad or mouse wheel input.
Vertical scrolling works just fine, so I can hide the verticalscrollbar but I need to select the horizontal one to move horizontally.
Is there a way to set it for horizontal as well? Did I miss a setting somewhere?
I tried this solution : Horizontal Scrolling w/ Mouse Wheel/Trackpad in UI for WPF | Telerik Forums but it didn't work for me.
I don't know if it's because this solution is in a window and I'm in an usercontrol.
Thanks in advance !