ciprian Active Member Licensed User Longtime User Aug 6, 2013 #1 Hi there. I'm in a trouble, i have to set the text into a label to center. How can i do that programaticly? Thank you
Hi there. I'm in a trouble, i have to set the text into a label to center. How can i do that programaticly? Thank you
vampirbcn Active Member Licensed User Longtime User Aug 6, 2013 #2 Use Gravity Examples: B4X: Label1.Gravity = Gravity.CENTER Label1.Gravity = Gravity.CENTER_HORIZONTAL Label1.Gravity = Gravity.RIGHT Upvote 0
Use Gravity Examples: B4X: Label1.Gravity = Gravity.CENTER Label1.Gravity = Gravity.CENTER_HORIZONTAL Label1.Gravity = Gravity.RIGHT