Page 1 of 1

VL web, PRIM_MD.List - row height

Posted: Tue Nov 21, 2023 6:49 am
by adale
In VL Web, using PRIM_MD.List, is there a way to set the row height to be "content" sensitive?

Reading the docs, it seems that the only choice is a set row height by pixels, or *blank = proportional.

Or, is there a way to set each row with it's own dynamically assigned row height?

Re: VL web, PRIM_MD.List - row height

Posted: Tue Nov 21, 2023 6:55 am
by adale
In each "Row", there are up to 5 data fields that may contain data.
If a row only has 2 of the data fields populated, then I would like this row to be smaller in height, but if the row has data in all five of the data fields then this row would be larger in height.
The result being a list with potentially different row heights in the presented list in the view.

I have tried using this line within the SelectList logic:
#ListOrderDetails.RowHeight := 145

but what ever is the last RowHeight value read, seems to be applied to the entire list, not just this row?