DataGridView Row Height Issue

0
0

I am using the DataGridView Control to display my data. My data with long text properties makes the Control display unproper behavior.
The row content is hidden from the container, similar to being set the style: “overflow: hidden”.

Is it is my wrong style, a DataGridView Control Row Bug or was I missing to set any DataGridView property?

My following picture will show you for detail.

Attachment
  • Truong Nguyen
    Does it mean that the DataGridViewRow can not be set height automatically? I think that it is uncomfortable because we do not know the length of the content, so that, we can not set hardly the height of the row. May be the row height is still not enough or it will have unnecessary space.
  • You must to post comments
0
0

Looks like you need to the set the row height a few pixels taller.

  • Truong Nguyen
    Does it mean that the DataGridViewRow can not be set height automatically? I think that it is uncomfortable because we do not know the length of the content, so that, we can not set hardly the height of the row. The row height maybe still not enough or it will have unnecessary space.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.