Share via


RibbonGalleryCategoriesPanel.ScrollOwner Property

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.

Implements

IScrollInfo.ScrollOwner

.NET Framework Security

See Also

Reference

RibbonGalleryCategoriesPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace