New to Telerik UI for WPF? Start a free 30-day trial
Overview
Updated over 6 months ago
LayoutControl can work both directly with UIElements or dedicated layout group controls. The layout groups give you the ability to nest the elements displayed in the layout into one another which allows you to create more complex layouts. LayoutControl provides the following group controls.
Common Features
This section lists the features that are common between the layout groups.
-
Orientation: The layout group allows you to change the orientation in which its children should be arrange. You can do that through the Orientation property. You can read more about this in the Orientation help article.
LayoutControlTabGroup cannot change its orientation. Setting the property won't affect the tab items arrangement.