I use a repeating group with text field.
I want to prevent the word wrap. My text element sould have a fixed width and height. Text that will not fit in this box sould be unvisible (hidden, cut off).
I already took a look at : Where has "cut off content if element is not tall enough" gone? but I dont understand.
I already noticed that attribute in other threads. but I dont see this attribute in the object inspector’s window. My text element ist “fixed”. If I change this value, my layout will complete be “destroyed” (all elements have other positions)
If you’re working with a fixed layout, then the text element will be fixed dimension anyway, and the text will be cut off - which is what you want, isn’t it? so what’s the issue?
I dont find the options to set max-width and max-height for the text element.
I want that the text will be cutted off (no wordwrap or resize of the element).