ColumnHeadersHeightSizeMode

Answered
0
0

Hello everyone,

I built a simple Datagridview example with Multiline Headertext and/or Long Headertext with Wrapping.

If I understand correctly setting ColumnHeadersHeightSizeMode to AutoSize should automatically resize the header so I see the second line, but that doesn’t happen.

What am I doing wrong or is this a bug?

 

Attachment
  • You must to post comments
Great Answer
0
0

Hi Sascha,
This issue has been fixed in our latest release, 3.0.14.
Regards,
Levie

  • You must to post comments
0
0

Hi

there are an issue in ColumnHeadersHeightSizeMode , that will be fixed  in next release

As workaround in the mindwhile,  for the autoresize of the column headers.

Set the column header style WrapMode to True and call dataGridView1.AutoResizeColumnHeadersHeight().

Steps in the pics attached

HTH

 

  • You must to post comments
0
0

Hi

We will check you sample and back to you

regards

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.