Share via


RibbonGalleryCategoriesPanel.CanHorizontallyScroll Property

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

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

Syntax

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

Property Value

Type: System.Boolean
false in all cases.

Implements

IScrollInfo.CanHorizontallyScroll

Remarks

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

.NET Framework Security

See Also

Reference

RibbonGalleryCategoriesPanel Class

Microsoft.Windows.Controls.Ribbon.Primitives Namespace