Dela via


RibbonGalleryCategoriesPanel.CanVerticallyScroll Property

Gets or sets a value that indicates whether scrolling on the vertical axis is possible. true in all cases for RibbonGalleryCategoriesPanel.

Namespace:  Microsoft.Windows.Controls.Ribbon.Primitives
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property CanVerticallyScroll As Boolean
public bool CanVerticallyScroll { get; set; }
public:
virtual property bool CanVerticallyScroll {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract CanVerticallyScroll : bool with get, set
override CanVerticallyScroll : bool with get, set
final function get CanVerticallyScroll () : boolean
final function set CanVerticallyScroll (value : boolean)

Property Value

Type: System.Boolean
true in all cases.

Implements

IScrollInfo.CanVerticallyScroll

Remarks

When set, the value of this property is always coerced to true.

.NET Framework Security

See Also

Reference

RibbonGalleryCategoriesPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace