Hi sir,
I am trying to change height of datagridview's row throught properties RowTemplate .It is not working . Even I did through designer file.But Nothing is happened.How to change it?
Hi PSowmiya,
First set DataGridView AutoSizeRowsMode property to None.
This will disable row autosizing.
Then set the row height using RowTemplate property.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.