Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the horizontal offset value to forward to the real scroll viewer.
Namespace: Microsoft.WindowsServerSolutions.Controls.WPF
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public double HorizontalOffset { get; set; }
public:
property double HorizontalOffset {
double get();
void set(double value);
}
Public Property HorizontalOffset As Double
Property Value
Type: System.Double
Remarks
When you set (animate) this value, the changes are forwarded to the real scroll viewer that has been previously bound to the ScrollViewer property.
See Also
ScrollViewerOffsetProxy Class
Microsoft.WindowsServerSolutions.Controls.WPF Namespace
Return to top