ScrollViewer.ScrollableWidth Property

Definition

Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.

public:
 property double ScrollableWidth { double get(); };
double ScrollableWidth();
public double ScrollableWidth { get; }
var double = scrollViewer.scrollableWidth;
Public ReadOnly Property ScrollableWidth As Double

Property Value

Double

double

The horizontal size of the area that can be scrolled. This property has no default value.

Applies to