Back to Devexpress

LayoutGroup.ScrollNext() Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-5e0666fa.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool ScrollNext()
vb
Public Function ScrollNext As Boolean

Returns

TypeDescription
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

GroupBorderStyle

ShowScrollNextButton

ShowScrollPrevButton

TabHeaderLayoutType

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace