I need to get a notification when ComputedHorizontalScrollBarVisibility changes. Sadly, there is no Event for that. Is there a way to do this? Maybe with inheritance?
I need to get a notification when ComputedHorizontalScrollBarVisibility changes. Sadly, there is no Event
Share
http://msdn.microsoft.com/en-us/library/system.windows.controls.scrollviewer.scrollchanged(v=vs.85).aspx
On ScrollChanged, check ComputedHorizontalScrollBarVisibility.