ScrollView.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 the horizontal length of the content that can be scrolled.
public:
property double ScrollableWidth { double get(); };
double ScrollableWidth();
public double ScrollableWidth { get; }
var double = scrollView.scrollableWidth;
Public ReadOnly Property ScrollableWidth As Double
Property Value
Double
double
The horizontal length of the content that can be scrolled. The default is 0
.