Skip to main content

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

NuGet Package: DevExpress.Wpf.Docking

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