Hi,
I haven't seen this asked yet, but this seems like this would be a common question.
On a dataview column header, if the header is multiple words, it pushes the column width out to make it all fit on 1 line. So the columns become way to wide for the data they contain.
How can I make it so, the headers have a line break?
So instead of
column header 1
it could be
column
header 1
I tried turning word wrap off, and that didn't do it. I've tried just forcing the column width smaller, but it won't let me do that either.