Fix ListView Bugs

Dimitrie O. Paun dpaun at rogers.com
Fri May 16 18:10:23 CDT 2003


On May 16, 2003 06:48 pm, Robert Shearman wrote:
> The subitems are shifted along by one if a column is inserted before that
> subitem's column, otherwise the items stay the same.

So, if I understand you correctly, if I insert a new column at
position i, then all items from [0..i] stay put, i+1 becomes
the new (empty column), and all items that were before at
postion [i+1, ..] get shifted to postion [i+2, ...]

Somehow this doesn't seem right: why do I get the new column
at i+1 if I inserted at i? I think I'm off by one...

-- 
Dimi.




More information about the wine-devel mailing list