[SOLVED] Dynamic height of DataGridViewRow

Answered
0
0

Hello,

My DGV has a column with WrapMode = DataGridViewTriState.True

The data size in a cell may be very long.  How to set a DGV to allow its row height fit the content?

Thank you.

  • You must to post comments
Best Answer
0
0

I found the answer.

DGV.AutoResizeRows

and

DGV.AutoResizeRow

 

Please ignore my question.

 

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.