Share via


ScrollViewerOffsetProxy.ScrollViewer Property

 

Gets or sets the System.Windows.Controls.ScrollViewer to forward the horizontal offset changes to.

Namespace:   Microsoft.WindowsServerSolutions.Controls.WPF
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public ScrollViewer ScrollViewer { get; set; }
public:
property ScrollViewer^ ScrollViewer {
    ScrollViewer^ get();
    void set(ScrollViewer^ value);
}
Public Property ScrollViewer As ScrollViewer

Property Value

Type: System.Windows.Controls.ScrollViewer

A System.Windows.Controls.ScrollViewer.

Remarks

Bind this property to your scroll viewer control.

See Also

ScrollViewerOffsetProxy Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace

Return to top