Question

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?

Was it helpful?

Solution

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."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top