New to Telerik UI for WinForms? Download free 30-day trial

Predefined Layout Panels

Telerik UI for WinForms comes with a set of stock layout panels that handle most common layout tasks and also provide a basis for your owncustom layout panels. The layout panel objects all descend from LayoutPanel and are found in the Telerik.WinControls.Layouts namespace. Panels are responsible for determining both the size and position of the primitives that they contain. Panels can be nested to create arbitrarily complex layouts. The Telerik Presentation Framework includes the following panels:

In this article