I am experiencing this problem with the List View object:

If I create additional columns and later delete some - the columns numeration gets off. Example: I have 6 columns - 0,1,2,3,4,5. I delete columns 1 and 4. New numeration is 0,2,3,5. It makes it difficult to work with ODBC object if I want to put data in a specific column. I have to keep track of what was deleted and since all of the column numeration is "under the hood" I have to spend a lot of time to figure out where is the "right" column.