Text cut-off in column of DataGrid

  • Thread starter Thread starter rpy
  • Start date Start date
R

rpy

I have a bound Datagrid and one of the columns contains text. The text
is being cut-off at the closest word break (space between two words)
instead of displaying as many characters as can be viewed in the
column. Is there a way to stop this behavior? It is as if the column
is attempting to wrap the text. The row height is not tall enough to
display it if this is the case.

Any help would be appreciated.

- Paul
 
Yes, that's what is i s trying to do. Internaly, grid uses DrawString(....,
RectangleF) overload that behaves the way you see. I'm not aware of a way
around it
 
Back
Top