DataGridView Column Resizing Just Quit On Me??

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
 
T

Tom

I found the mistake. Please ignore the request for assistance. As
usual, what I thought was a minor change had effects greater than
realized at the time of the change. At least now I more fully
understand the column sizing modes. BTW .. the example code pertaining
to this topic provided in the online doco is excellent.

ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxmclictl/html/b4ef7411-ebf4-4e26-bb33-aecec90de80c.htm

Thanks.
-- Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top