G
Guest
I have an interesting problem. I have a set of records in a data table
organized by a simple key. What I want to do is represent these records as
icons on a horizontally oriented control in asending order. Furthermore, I
want to be able to use this display to reorganize the order of the records in
the data table. i.e. If the control is displaying item1, item2, item3, I
want to be able to select item2 and drag it to the left so that the new order
in the data table is item2, item1, item3.
Also I want the control to have horizontal scrolling capability because
there will almost certainly be more than a few of these items.
I have some old code that I might be able to adapt but I'd like to see other
options. Any ideas?
organized by a simple key. What I want to do is represent these records as
icons on a horizontally oriented control in asending order. Furthermore, I
want to be able to use this display to reorganize the order of the records in
the data table. i.e. If the control is displaying item1, item2, item3, I
want to be able to select item2 and drag it to the left so that the new order
in the data table is item2, item1, item3.
Also I want the control to have horizontal scrolling capability because
there will almost certainly be more than a few of these items.
I have some old code that I might be able to adapt but I'd like to see other
options. Any ideas?