T
Tom
I have a DataGridView "grid" filling a splitter panel and have set:
grid.AllowUserToResizeColumns = true;
Until just recently the column resize worked perfectly when I drug a
header column divider. Now, it has just stopped allowing me to grab
the column divider?
I can still reorder the columns by dragging them around ... so that
feature is still working.
The sorting by column feature works too.
Any clues? How do you troubleshoot such a problem?
I've been working on various other portions of the program ... but
none of that work should impact the grid's settings. I am really
stumped here.
Any suggestions much appreciated.
Thanks.
-- Tom
grid.AllowUserToResizeColumns = true;
Until just recently the column resize worked perfectly when I drug a
header column divider. Now, it has just stopped allowing me to grab
the column divider?
I can still reorder the columns by dragging them around ... so that
feature is still working.
The sorting by column feature works too.
Any clues? How do you troubleshoot such a problem?
I've been working on various other portions of the program ... but
none of that work should impact the grid's settings. I am really
stumped here.
Any suggestions much appreciated.
Thanks.
-- Tom