Skip to main content
A newer version of this page is available. .

LayoutGroup.ShowScrollNextButton Property

Allows you to hide the Scroll Next button within the group’s header. This property is in effect if the scroll buttons have been enabled via the LayoutGroup.TabHeaderLayoutType property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public bool ShowScrollNextButton { get; set; }

Property Value

Type Description
Boolean

true if the Scroll Next button is visible within the group’s header; otherwise, false.

Remarks

The Scroll Next and Scroll Prev buttons are supported by groups that represent their items as tabs. These buttons are used to scroll through the tabs.

The visibility of the scroll buttons is specified by the LayoutGroup.TabHeaderLayoutType property. The LayoutGroup.ShowScrollNextButton and LayoutGroup.ShowScrollPrevButton properties allow you to hide the scroll buttons for individual groups.

See Also