ScrollView.ScrollableHeight Property

Definition

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