pub fn col_count(child: impl UiNode, count: impl IntoVar<usize>) -> impl UiNode
Expand description
P
Sets the total number of columns in a Table
, Grid
, or TreeGrid
when not all columns are present in tree.
The value 0
indicates that not all columns are in the widget and the application cannot determinate the exact number.