There are two ways to create a scrollable panelbar child group.
-
Set the ChildGroupHeight property of the parent item.
If the child items' height exceeds the available space, a scrollbar appears.
-
Set the RadPanelBar's ExpandMode to FullExpandedItem,
so that the child groups stretch to the full panelbar height.
If the child items' height exceeds the available space, a scrollbar appears.