When I resize a column in the grid it is wrapping the text but I do not want it to. Instead I want show the mouse over tool tip with the cells' contents. I've tried setting all the wrap properties to false but it still wraps.
Any ideas?
Thanks
I suppose you have the CellMultiLine property for the column set to CellMultiline.Yes and the CellStyle.Wrap property set to true? If you leave those properties alone and allow them to be set to their default values then you shouldn't see the wrapping of the text.
One thing I would like to clarify; do you want the text to be wrapped before you resize the column? Are you expecting the wrapping to go away when you resize the column?
Thanks for the reply. No I don't have either of those properties set.
I'm expecting the text to not wrap at all.
Nevermind...I found out what the issue was. For that grid I had a default row height declared in XML. When I removed it, it no longer wrapped.