At 5:14 PM +0100 3/2/07, Tom wrote: >I think my goal is not possible with the ListBox :(
Another approach is to not use hidden columns at all and keep data that you don't want to be visible in CellTags instead, or even in another data structure completely outside the listbox. Use a CellTag per row to store the reference into that data structure to easily maintain the correlation between a row and its data even if the listbox gets sorted or drag reordered. Regards, Joe Huber _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
