ScrollViewer.ScrollableWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.
public:
property double ScrollableWidth { double get(); };
double ScrollableWidth();
public double ScrollableWidth { get; }
var double = scrollViewer.scrollableWidth;
Public ReadOnly Property ScrollableWidth As Double
Property Value
Double
double
The horizontal size of the area that can be scrolled. This property has no default value.