Hi,
Does anybody know if it is possible to show the caption for Label control in multi line?
I tried to use the Wrap Label control but it just wrap text in the caption, and not line break at the point we want.
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hi,
Does anybody know if it is possible to show the caption for Label control in multi line?
I tried to use the Wrap Label control but it just wrap text in the caption, and not line break at the point we want.
Hi LP
It doesn't support to input line break in Label's definitions.
You may consider adding 2 Labels to achieve your goal.
Thanks