How to set column width of gridview with respective resolution

Posted by Royson on Stack Overflow See other posts from Stack Overflow or by Royson
Published on 2010-04-29T11:19:21Z Indexed on 2010/04/29 11:27 UTC
Read the original article Hit count: 414

Filed under:
|
|
|

My gridview has 4 columns. In my machine it is displayed properly according to my code.
but when i tried to run my app on another machines my column height gets increased and header text of two column displayed on two-line.

Like:

MyAllFolder
Path

It should be displayed on same line with changing width.

How to dynamically change column width to set column header text in one line??

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms