Francois Charton Guest
|
Posted: Thu Jul 24, 2003 12:39 pm Post subject: TListView and FullDrag |
|
|
Hello,
I am using a TListView, with property FullDrag set to true, which allows the
user to reorder the columns as he sees fit.
I would like to prevent this column dragging for the first column in the
list, ie I can drag any column, but the first one always stays in place.
Practically it means that the user cannot drag column 0, or cannot drag any
other column left of column 0.
How can I do this?
Can I intercept and modify the "drag message" when the column is being moved
(so that I can prevent movement of column 0), and modify the target column
of the move?
Or, how can I move columns programmatically?
Thanks in advance
Francois
|
|