How to set column width of gridview with respective resolution
- by Royson
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??