Hi,
The ListGrid has several width strategies, I like it very much is to use *.
However, in many cases when dividing the available width over columns I would like some columns to get more width than others. For example text columns should get more than boolean columns.
Is there something like a weighted *, where the available space is divided according to a weight assigned to each column?
Or another way to achieve this?
gr. Martin
The ListGrid has several width strategies, I like it very much is to use *.
However, in many cases when dividing the available width over columns I would like some columns to get more width than others. For example text columns should get more than boolean columns.
Is there something like a weighted *, where the available space is divided according to a weight assigned to each column?
Or another way to achieve this?
gr. Martin
Comment