Share via


ScrollView.ExtentWidth Property

Definition

Gets the horizontal size of all the scrollable content in the ScrollView.

public:
 property double ExtentWidth { double get(); };
double ExtentWidth();
public double ExtentWidth { get; }
var double = scrollView.extentWidth;
Public ReadOnly Property ExtentWidth As Double

Property Value

Double

double

The horizontal size of all the scrollable content in the ScrollView. The default is 0.

Remarks

The extent includes all the content in the ScrollView, whether visible or not. The viewport is the visible area of the content.

Applies to