Hi,
I've got a listbox with a columncount of 3 and a given columnwidth of
"100,100,100". Only the first cell of a row contains some text. The
other cells are empty.
I store the list value of one row ( Listbox.Cell( row, -1)) to a
string property. I analyze the string value of this property and I'll
see only the text value of the first cell of row. That's OK.
But, now I'll store some informations for this row in its celltag of
a column greater the visible area of my listbox ( for example column
7). If I store now the list value in my string and analyze this
value, I'll find a tab separated value: [string value of first cell
of row]+[tab].
Why?
I think it's not correct. I expected only the text value of the first
cell of row and nothing else like before and not this behavior.
If you insert a row with this list value, you will see more columns
after inserting than before, if all cells of a row were filled ( in
this case suddenly 4 columns).
Is it a bug?
--
vkroll
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>