Official Content

Configures the size of a column included in a Tabular Grid.

Values

Minimum content Indicates that the size of the column will be determined based on the minimum required content. In other words, the column will automatically adjust its width to accommodate the smallest amount of content within it.
Maximum content Indicates that the size of the column will be determined based on the maximum content it contains. The column will expand its width to accommodate the widest content within it.
Autoexpand The column will automatically expand or shrink its size based on the available space in the layout or container. It allows the column to dynamically adjust its width to fill the available space while considering the content within it.
Fraction The available space is distributed proportionally.
From ColumnClass The column size is determined by the class indicated in the Column Class property of the column.

Scope

Generators: Angular
Controls: Tabular Grid

Description

The Column Size property is available when you are positioned in a column of a Tabular Grid control included in a Panel object.

Runtime/Design time

This property applies only at design time.

Samples

1) If a Tabular Grid contains three columns and all of them have their Column Size property set to "Fraction", each column size will be 33% of the total.

2) Consider a Tabular Grid whose size is 500 px and contains three columns. If the first column size is 100 px and the other two columns have their Column Size property set to "Fraction", then 500 px - 100 px = 400 px. Therefore, 400 px are to be split between two columns (each column size would be 200 px).

Availability

This property is available since GeneXus 18 Upgrade 5.

Last update: April 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant