RibbonGalleryCategoriesPanel.CanVerticallyScroll Property

Definition

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

public:
 property bool CanVerticallyScroll { bool get(); void set(bool value); };
public bool CanVerticallyScroll { get; set; }
member this.CanVerticallyScroll : bool with get, set
Public Property CanVerticallyScroll As Boolean

Property Value

true in all cases.

Implements

Remarks

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

Applies to