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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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.