So first thing was to try and disable the Legends ScrollViewer by doing: ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled"
This did not work, scroll bars still come up. So then I used Expression Blend to get the template/style for the Legend control and I did the same to the TreeView control, still has scroll bars. I then tried putting this disable code on everything in the template that would accept it, still scroll bars...
Any ideas on how to solve this issue?
I ideally would like to keep the scroll bars and just get the slider to work if it has the focus, but disabling the scroll bars (at least the horizontal one) is an option too.