Column Properties

You can view and change the values for the following properties of this column:

Basic Property Description
Index

Position of the row or column in the form. Starts at zero.

This information is read-only in the Web Form Designer.

Width Specifies an allocation for the width of each column.
Size Type

Allocation method for width is one of the following:

  • Absolute: Fixed column width, regardless of window size.
  • AutoSize: System automatically determines the optimal width for each column, allowing for a minimum width for each column before scrolling occurs. This minimum width is determined by the system and cannot be set by the form designer.
  • Percent: Percent allocation based on the available width of the window. Percentage allocations across all columns must total 100%. If the window drops below a certain size, the columns do not shrink below a minimum width. The form scrolls instead. This minimum width is determined by the system and cannot be set by the quick form editor.