How to check if a vertical scroll bar is visible in the code?
I have a list with x: Name = "listOfItems", and its core function ScrollViewer VerticalScrollbarVisibility is set to auto.
When the ItemsSource property for the ListBox is set, I want to check if the verticalScrollbar is visible, but I donβt know which property to check or how to plunge into the scrollviewer element in the list.
Any suggestions
source share