No cursor when resizing datagridview

Posted by anya on Stack Overflow See other posts from Stack Overflow or by anya
Published on 2010-04-05T04:13:29Z Indexed on 2010/04/05 6:23 UTC
Read the original article Hit count: 268

Filed under:
|
|
|
|

When i'm trying to resize datagridview columns the resize cursor appears only when i roll over header. However, when i roll over in between cells, resize cursor doesn't show at all.

I have noticed if i set ColumnHeadersVisible = false it fixes the problem and i see resize cursor between columns. However, i need header to be visible, any idea how to make it work all together?

© Stack Overflow or respective owner

Related posts about c#

Related posts about datagridview