I have one textfield and I set it's position to for example x=5, y=5. So I have it like this:
1-2-3-4-5-6-7-8-9-x
2
3
4
5
6 TEXT
7
8
9
x
Is it possible to set the textField in a way that the x y value are applied to the bottom corner of the textField like this
1-2-3-4-5-6-7-8-9-x
2
3
4 TEXT
5
6
7
8
9
x
Hope I explained myself correctly.
Thank you in advance .
David