ScrollViewer.ScrollableWidth Property

Definition

Gets a value that represents the horizontal size of the content element that can be scrolled.

public:
 property double ScrollableWidth { double get(); };
public double ScrollableWidth { get; }
member this.ScrollableWidth : double
Public ReadOnly Property ScrollableWidth As Double

Property Value

A Double that represents the horizontal size of the content element that can be scrolled. This property has no default value.

Remarks

Dependency Property Information

Identifier field ScrollableWidthProperty
Metadata properties set to true None

Applies to