ScrollContentPresenter.ExtentWidth Property

Definition

Overloads

ExtentWidth

Gets the horizontal size of all the scrollable content.

ExtentWidth

Gets the horizontal size of all the scrollable content.

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

Property Value

Double

double

The horizontal size of all the scrollable content.

Remarks

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

See also

Applies to