Hi!
I have some TextBoxes in a report that can only have a limited amount of horizontal space. If the TextBox contains the value "ab cdefgh", and the horizontal space available is to small to show all of the text, the textbox will only display "ab".
I have tried all the combinations I can think of the properties Multiline, TextWrap, CanGrow/Shrink and so on to get the TextBox to show the string cropped at the maximum length of the TextBox. I want the TextBox to show as much of the string as possible in the confined space. I would be happy to have the TextBox show "ab cdef" and half of the "g", if that was all there was space for. Even "ab cdef" is better than only "ab"...
BTW: Wrapping to the next line is not an option in my case...
Best regards,
Sverre H.
I have some TextBoxes in a report that can only have a limited amount of horizontal space. If the TextBox contains the value "ab cdefgh", and the horizontal space available is to small to show all of the text, the textbox will only display "ab".
I have tried all the combinations I can think of the properties Multiline, TextWrap, CanGrow/Shrink and so on to get the TextBox to show the string cropped at the maximum length of the TextBox. I want the TextBox to show as much of the string as possible in the confined space. I would be happy to have the TextBox show "ab cdef" and half of the "g", if that was all there was space for. Even "ab cdef" is better than only "ab"...
BTW: Wrapping to the next line is not an option in my case...
Best regards,
Sverre H.