1. Hi!

    Does anyone know how to prevent a line break in the text of a CheckButton when the text width is set to a value smaller than the actual string length is? It is no problem when you have a string without spaces, then it is just cut off and ended with "...". But when there is a space in the string, automatically a line break is inserted in my addon.

    Is there a chance to prevent this?

    Thanks! Chris

  2. You can use the SetNonSpaceWrap or the SetWordWrap methods to customise this behavior.

  3. Perfect, thanks