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

LayoutGroup.ShowScrollPrevButton Property

Allows you to hide the Scroll Prev 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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool ShowScrollPrevButton { get; set; }

Property Value

Type Description
Boolean

true if the Scroll Prev 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