Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.48 KB

File metadata and controls

35 lines (24 loc) · 1.48 KB
title Overview
page_title LayoutControl | RadLayoutControl
description RadLayoutControl allows you to add and arrange other controls in complex layouts.
slug winforms/layoutcontrol
tags layoutcontrol
published true
position 0
previous_url layoutcontrol-overview

LayoutControl

With RadLayoutControl you can quickly design and arrange your controls in complex layouts and it will automatically keep the layout consistent at run-time. RadLayoutControl has an intuitive and straight-forward design time experience. When resizing the form, it keeps its layout consistent by proportionally resizing the controls in it while considering their MinSize and MaxSize settings. RadLayoutControl also allows end-user customizations and Save/Load layout via the Customize context menu.

caption Figure 1: RadLayoutControl layoutcontrol-overview 001

The below list shows the main features of the control.

  • Create complex layouts where the controls are automatically resized according to the current available size.

  • Arrange the controls in the form at runtime - your users will be able to rearrange the controls according to their needs.

  • Save and load the layout.

  • Group the underlying controls in tabs.

  • Expand/Collapse groups.

See Also

  • [Items]({%slug winforms/layoutcontrol/items%})
  • [Design Time]({%slug winforms/layoutcontrol/design-time%})
  • [Getting Started]({%slug winforms/layoutcontrol/getting-started%})