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
- Check whether the column has a current layout requirement in the view.
- Configure that requirement using the current view-layout approach instead of relying on
Column.FixColSize. - 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.
