Page 1 of 1

How to fill Multicolum ListBox?

Posted: Wed Dec 16, 2015 3:51 pm
by ecarbone
Hi,

I want to fill a ListBox with 2 columns with data coming from 2 variables $COLUMN1_DATA$ and $COLUMN2_DATA$, each variable contains info separated with $NEWLINE$, for example:

ROW1$NEWLINE$ROW2$NEWLINE$ROW3 etc...

I want to achieve a List box like:

COLUMN1_ROW1 COLUMN2_ROW1
COLUMN1_ROW2 COLUMN2_ROW2
COLUMN1_ROW3 COLUMN2_ROW3

Regards,

Enrique

Re: How to fill Multicolum ListBox?

Posted: Thu Dec 17, 2015 1:46 pm
by FrancescoT
Dear Enrique,

unfortunately such possibility is not currently available.

I suppose will be available a new ListView control at such purpose.
For now I cannot anticipate to you when this will be effectively available.

Regards