🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
Column.FixColSize
This page was created by Stephanie on 2023-05-18. Last edited by Wikiadmin on 2026-07-29.

You can use this page to identify the legacy Column.FixColSize setting when maintaining an existing MDriven model; it is not used in current Bootstrap-based UI behavior.

Status

Column.FixColSize is a legacy column setting related to Bootstrap. It is no longer in use.

Do not use this setting when designing new views. If you find it in an older model, treat it as legacy configuration rather than a setting for controlling the current column layout.

When you encounter this setting

  1. Check whether the column has a current layout requirement in the view.
  2. Configure that requirement using the current view-layout approach instead of relying on Column.FixColSize.
  3. Review related legacy span configuration if the view also contains Span.FixColSize.

For example, if an older view contains Column.FixColSize on a field, do not expect that setting to determine the field's displayed Bootstrap column size in a current UI.

Related settings

A column represents a property or attribute shown in a view. See Documentation:Column for the general column concept.

The corresponding legacy span setting is documented at Documentation:Span.FixColSize.

See also