IScrollProvider.VerticallyScrollable Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the control can scroll vertically.
Assembly: System.Windows (in System.Windows.dll)
This property can be dynamic. For example, the content area of the control might not be larger than the viewable area meaning VerticallyScrollable is false. However, resizing the control or adding child items can increase the bounds of the content area beyond the viewable area. In that case, VerticallyScrollable is true.