IScrollProvider.HorizontallyScrollable 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 horizontally.
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 current viewable area, meaning HorizontallyScrollable 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, HorizontallyScrollable is true.