xaml - Triggering on a ScrollViewer's scroll bar visibility (WPF) -


Is it possible to create a trigger that is based on the Scroll Bar visibility of ScrollViewer is triggered ? I have the ScrollViewer set from its VerticalScrollBarVisibility to Auto and I want to change the properties of some ScrollViewer only when scrolling The bar actually appears.

Something like this:

  & lt; ScrollViewer VerticalScrollBarVisibility = "Auto" & gt; & Lt; ScrollViewer.Triggers & gt; & Lt; Trigger Property = "EyewearBarvigi" value = "true" & gt; & Lt ;! - Sets - & gt; & Lt; / Catalyst & gt; & Lt; /ScrollViewer.Triggers> & Lt; / ScrollViewer & gt;  

trigger trigger.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -