Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

Applies to


Feedback

Was this page helpful?