My Layout looks like this:
--------------------------------------------------------------|
Textstatuslabel0|Textstatuslabel1| Textstatuslabel3|
--------------------------------------------------------------|
All fields above are AutoSize = True. Textstatuslabel3 has Spring=True.
Window sized properly:
------------------------------------------------|
Textstatuslabel0|This message is fully displayed|
------------------------------------------------|
Current Behavior if the above window is resized smaller than
required for Textstatuslabel1 Text:
---------------------------------------|
Textstatuslabel| |
---------------------------------------|
i.e. Not even a portion of the message is displayed or a hint that it is truncated, e.g. ... or something. The message does appear if/when you resize the window.
What I would want is to somehow detect this condition so that I could either pop up a message box, resize the form to fit the text or otherwise display a partial version. But right now there's no clue that the window is too small for the message and the user misses the notification.
--------------------------------------------------------------|
Textstatuslabel0|Textstatuslabel1| Textstatuslabel3|
--------------------------------------------------------------|
All fields above are AutoSize = True. Textstatuslabel3 has Spring=True.
Window sized properly:
------------------------------------------------|
Textstatuslabel0|This message is fully displayed|
------------------------------------------------|
Current Behavior if the above window is resized smaller than
required for Textstatuslabel1 Text:
---------------------------------------|
Textstatuslabel| |
---------------------------------------|
i.e. Not even a portion of the message is displayed or a hint that it is truncated, e.g. ... or something. The message does appear if/when you resize the window.
What I would want is to somehow detect this condition so that I could either pop up a message box, resize the form to fit the text or otherwise display a partial version. But right now there's no clue that the window is too small for the message and the user misses the notification.