Hey all,
I have a cell that have multiple lines. I when in edit mode the cell looks like I want, it has all of the data on one line. However, I would like it to always appear like this since the cell will not actually be editable. Is there a way I can achieve this in a drawfilter?
Thanks
I figured it out. Setting the column.style to FormattedTextEditor seems to give the effect I want. Since the column isn't editable I don't have to worry about any odd formatting occuring.
Actually the problem is that I can't get the cell to display all of the text on one line unless it is in edit mode when I have multiline text. The application is bascially looking through a log file and showing each entry in a row. Some of the entries are multiline but I want the text to appear as a single line. When in edit mode it has the little squares instead of line breaks so it appears on one row. Does this make sense?
There is no property that allows cell text to be multiline only when in edit mode, but you might be able to do something like set the Multiline property directly on the TextBox after the cell goes into edit mode.