LayoutGroup.ScrollNext() Method
Scrolls forward 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.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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