RibbonTabsPanel.CanVerticallyScroll Property

Definition

This API is not implemented.

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

false in all cases.

Implements

Remarks

The RibbonTabsPanel provides horizontal scrolling by line for RibbonTab controls in a Ribbon. Scrolling up or down, and scrolling by page is not supported.

Applies to