Hi,
I've got a Label, member of a HLayout. I would like the label to have a maximum width, with the value clipped if it gets wider than allowed.
I've tried to set a hardcoded width to the layout and/or the label, the full value is always shown. Please note that I've set 'wrap' to false.
Any advice would be greatly appreciated.
Many thanks,
Thomas
PS: Using SGWT Power 4.1p
I've got a Label, member of a HLayout. I would like the label to have a maximum width, with the value clipped if it gets wider than allowed.
I've tried to set a hardcoded width to the layout and/or the label, the full value is always shown. Please note that I've set 'wrap' to false.
Any advice would be greatly appreciated.
Many thanks,
Thomas
PS: Using SGWT Power 4.1p
Comment