RibbonTabHeadersPanel.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 RibbonTabHeadersPanel provides horizontal scrolling by line for RibbonTabHeader controls in a Ribbon. Scrolling up or down, and scrolling by page is not supported.

Applies to