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 a ScrollViewer element that controls scrolling behavior.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property ScrollOwner As ScrollViewer
public ScrollViewer ScrollOwner { get; set; }
public:
virtual property ScrollViewer^ ScrollOwner {
ScrollViewer^ get () sealed;
void set (ScrollViewer^ value) sealed;
}
abstract ScrollOwner : ScrollViewer with get, set
override ScrollOwner : ScrollViewer with get, set
final function get ScrollOwner () : ScrollViewer
final function set ScrollOwner (value : ScrollViewer)
Property Value
Type: System.Windows.Controls.ScrollViewer
A ScrollViewer element that controls scrolling behavior. This property has no default value.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.