Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to do word wrap in a DevExpress TcxGrid?

I've got a long line of text that would be a lot easier to view if it would just word wrap around multiple lines, but I can't seem to find the option for it. Does anyone know how to enable word-wrap functionality?

like image 285
Mason Wheeler Avatar asked Dec 03 '09 21:12

Mason Wheeler


1 Answers

Set the OptionsView.CellAutoHeight of the view you're working on?

From the help: "If the widths of the View’s columns are insufficient to display their entire content, then text clipping occurs. Use the CellAutoHeight property to prevent this. If this property value is True, then the cell content is displayed in multiple lines where necessary."

like image 184
RichardS Avatar answered Nov 20 '22 19:11

RichardS