How to solve the problem that dragged column in datagridview too slow or miss when AllowUserToOrderColumns = true

34 views Asked by At

I have a winform application and there is a datagridview with the AllowUserToOrderColumns property set true. When user tried to drag column, sometimes it can't drag successfully. Need to try several times to drag column. Or sometimes I dragged the column but I dropped it, it didn't move. I'm not sure it's because too much data or not. There are 50 columns and over hundred rows. How can I solve this problem. Please help me. Thank you all for first.

0

There are 0 answers