Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ScrollViewer: Inform when ComputedHorizontalScrollBarVisibility changes

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?

like image 926
Display Name Avatar asked Oct 27 '25 08:10

Display Name


1 Answers

http://msdn.microsoft.com/en-us/library/system.windows.controls.scrollviewer.scrollchanged(v=vs.85).aspx

On ScrollChanged, check ComputedHorizontalScrollBarVisibility.

like image 55
sq33G Avatar answered Oct 28 '25 22:10

sq33G



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!