No cursor when resizing datagridview c#
        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
            4:23 UTC
        
        
        Read the original article
        Hit count: 304
        
HI guys,
When im 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 doesnt 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?
Thanks!
© Stack Overflow or respective owner