ScrollViewer.ScrollableWidthProperty Property

Definition

Identifies the ScrollableWidth  dependency property.

public:
 static property DependencyProperty ^ ScrollableWidthProperty { DependencyProperty ^ get(); };
static DependencyProperty ScrollableWidthProperty();
public static DependencyProperty ScrollableWidthProperty { get; }
var dependencyProperty = ScrollViewer.scrollableWidthProperty;
Public Shared ReadOnly Property ScrollableWidthProperty As DependencyProperty

Property Value

The identifier for the ScrollableWidth  dependency property.

Applies to