ScrollViewer::ScrollInfo Property
.NET Framework (current version)
Gets or sets the element that implements the IScrollInfo interface and provides values for scrolling properties of this ScrollViewer.
Assembly: PresentationFramework (in PresentationFramework.dll)
public protected: property IScrollInfo^ ScrollInfo { IScrollInfo^ get(); void set(IScrollInfo^ value); }
Property Value
Type: System.Windows.Controls.Primitives::IScrollInfo^The element that controls scrolling properties, such as extent, offset, or viewport size. This property has no default value.
.NET Framework
Available since 3.0
Available since 3.0
Show: