Skip to main content

Form Layout

BootstrapFormLayout represents a container of items that arranges these items in single or multiple rows and columns. It allows you to quickly create form layouts of any complexity by combining the order and hierarchy of the control’s layout elements. You can add layout group containers as children to the BootstrapFormLayout. A layout group container allows you to arrange its items side-by-side (either vertically or horizontally) or as tabs

BootstrapFormLayout_Overview

This topic lists the main features of the BootstrapFormLayout control.

Control Features

  • Automatic alignment of controls that are nested into the Form Layout layout items. These controls are automatically aligned against the left edges according to their associated labels.
  • Rendering into Bootstrap grid system markup. The Form Layout control utilizes common approaches to constructing adaptive web interfaces using Bootstrap to seamlessly integrate with Bootstrap-powered page layouts.
  • Groups can be rendered as tab containers or group box containers.
  • Layout support for third party controls. You have the capability to nest any control you like into the layout item.
  • Help text rendering.
See Also