If the tab items in the layout group cannot fit the group width, the tab headers become scrollable. When an end-user selects any tab item, the tab headers are automatically scrolled to make the selected tab item visible at the first place by default (the AutoScrollOnOverflow property is set to AutoScrollOnOverflow.AnyItem).

The layout group can scroll tab headers only to make visible the partially visible selected item, as displayed in an animation below.

Set the AutoScrollOnOverflow property to AutoScrollOnOverflow.PartiallyVisibleItem to make a layout group scroll tab headers only to display a partially visible selected item on screen.