Is it possible to create a Trigger that is triggered based on a ScrollViewer
's scroll bar visibility? I have a ScrollViewer
with its VerticalScrollBarVisibility
set to Auto
and I want to change some of the ScrollViewer
's properties only when the scroll bar is actually visible.
Something like this:
<ScrollViewer VerticalScrollBarVisibility="Auto">
<ScrollViewer.Triggers>
<Trigger Property="IsScrollBarVisible" Value="True">
<!-- Setters -->
</Trigger>
</ScrollViewer.Triggers>
</ScrollViewer>
Trigger on ComputedVerticalScrollBarVisibility
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With