Hello All,
I know I can use the MultiLine property to wrap content over multiple lines within the bounds of the column width of each column.
Using MultiLine, my Row 1 may look like this:
.Column.1.|.Column .2.|.Column.3.|.Column.4.
…|More.of.3.|
…|More of 3.|
Is it possible to wrap a row at a certain column within the current WebListBox?
I would like my Row 1 to look like:
Column.1.|.Column.2.|.Column.3
|…Column 4…|
For example: when you have data like Product, Price, Available Qty, Description, it would be nice in a tight UI to wrap the Description column below the main columns, to avoid a horizontal scroll. In my scenario I would likely use the existing MultiLine property as well to wrap long descriptions if required.
I refer to the two variants as MultiLineInColumn and MultiLineAtColumn, if you see where I am headed with this.
Any advice greatly appreciated.
Kind regards, Andrew