This is a migrated thread and some comments may be shown as answers.

Set Gridview row height

0 Answers 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Chirag
Top achievements
Rank 1
Chirag asked on 01 May 2013, 11:22 AM
Hi to all 

we need to set fix height of the grid view's rows 

if we set bellow code then it will works perfect as we want but text was not wrap 
Grvdatacolumn.TextWrapping = TextWrapping.NoWrap;

if we set bellow code then text will be wrap but height of the row will be incress up to column contain  
Grvdatacolumn.TextWrapping = TextWrapping.Wrap;

we want to set a row height as well as set text wrap. 

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Chirag
Top achievements
Rank 1
Share this question
or