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