i have a list ctrl with some items. all of them have data (strings) assigned to them. it seems that, if i rearrange the items in the list, e.g. by moving them up or down, the assigned data is not rearranged with them. if i have e.g. - item #1 (data #1) - item #2 (data #2) and move item #2 up, it see...