iOS Question Label Properties 2

ciginfo

Well-Known Member
Licensed User
Longtime User
I have to put text in a label on multi lines. What is the property of the label that starts the top left text. By default the text is centered.
MyLabel.multiligne = True
MyLabel.TextAlignment = MyLabel.ALIGNMENT_LEFT

The text begins on the left but not on the top. What is the label property that allows this?

thank you
 

ciginfo

Well-Known Member
Licensed User
Longtime User
I can not put text in a label that starts at the top and left, even using SizeToFit.
Can I use a TextView prohibiting the opening of the keyboard and writing text. If so, how?
In attachment, 2 capture images. Label1 (I would like) Label2 (I get)
How to do?
 

Attachments

  • ipsem1.png
    ipsem1.png
    145.4 KB · Views: 549
  • ipsem2.png
    ipsem2.png
    145.4 KB · Views: 526
Upvote 0
Top