Overview

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.

Telerik UI for WPF Ninja image

The Layout Groups is part of Telerik UI for WPF, a professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

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.

See Also

In this article