Share via


ScrollView.ScrollableWidth Property

Definition

Gets the horizontal length of the content that can be scrolled.

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

Property Value

Double

double

The horizontal length of the content that can be scrolled. The default is 0.

Applies to