Is there a way to have a Multiline Label with TextAlignement=Center?
I mean a Label with 2 o 3 lines of text center aligned
I usually use TextArea with editing disabled. However, if you want center alignment you will have to split your text into multiple lines and have one label per line.
I usually use TextArea with editing disabled. However, if you want center alignment you will have to split your text into multiple lines and have one label per line.