09-30-2012 02:47 AM
Hello,
is it possible to programmatically change the number of column in a particular row of a multicolumn listbox, while leaving the rest of the rows unaffected?
For example, say in the first row I would like to have two columns, while in the rest of the rows I would like to have 5 columns. And I would like to change this programmatically for any particular row.
Thanks,
labjunky
09-30-2012 07:32 AM
No, this is not possible. The underlying data type for some of the properties (like the Item Names) is a 2D array, and 2D arrays must be rectangular.