Hi Dojo,
I have a generic script that I use to show a confirmation message. As you can see in below code the script only has one label and two button widgets.
Is there a way that the provided text automatically wraps so that the user doesn't need to scroll?
Jens Vandewalle [SLC] [DevOps Enabler] Selected answer as best 6th July 2023
Hi Jens
I think the MaxWidth property of the Label class can be used to achieve this.
Kind regards
Jens Vandewalle [SLC] [DevOps Enabler] Posted new comment 6th July 2023
Hi Michiel, I’ve tried the different width combinations on Dialog and Label level without any success.