Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.Wpf.Docking

#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