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?
VL web, PRIM_MD.List - row height
VL web, PRIM_MD.List - row height
Arlyn Dale
Servias LLC
Servias LLC
Re: VL web, PRIM_MD.List - row height
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?
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?
Arlyn Dale
Servias LLC
Servias LLC