Hi,
in xbrowse, if a column is set to oCol:SetAlign(AL_CENTER), I automatically get a multiline in the field, with automatic line breaks. But if the setting is oCol:SetAlign( AL_LEFT), the whole string always remains in one line, even if the column is too small to display the text. However, when I first align the column to center, than to left again, the line breaks still work. Is there a more elegant way to enforce automatic line breaks with a column aligned to the left? And if there is, is it on purpose, that the line break property, after switching from center to left, is still in place?