On 4/28/07, slangeberg <[EMAIL PROTECTED]> wrote:
>  Any one come up with a strategy so that labels in the DataGrid column
> headers (or elsewhere) can wrap, but not be broken in the midde of a word?

That's the behaviour of the built-in TextField object and I don't
think anything can be done about it. You could maybe write your own
header renderer and write the word-wrapping logic yourself (and
truncate words that are longer than the available width).

Reply via email to