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

LayoutGroup.ScrollPrev() Method

Scrolls backward through tab headers corresponding to the group’s child items. This property is in effect if the current group represents child items as tabs.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v20.2.dll

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

Declaration

public bool ScrollPrev()

Returns

Type Description
Boolean

true if the tab headers have been scrolled; otherwise, false.

Remarks

Child group scrolling is enabled if the headers of child groups are not visible in their entirety.

To enable the tabbed interface for a LayoutGroup object, set the LayoutGroup.GroupBorderStyle property to GroupBorderStyle.Tabbed.

See Also