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.
Looks like you need to the set the row height a few pixels taller.
Please login first to submit.