wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-057945cd.md
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.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public bool ShowScrollNextButton { get; set; }
Public Property ShowScrollNextButton As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the Scroll Next button is visible within the group’s header; otherwise, false.
|
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