Jim McDougal Member Licensed User Saturday at 11:30 PM #1 Trying to get button text on two lines using the Multiline Editor tool in B4i Designer, but no luck. Also, a longer single line will not wrap. Since I am lazy and there's probably a simple solution, I will post this question instead.
Trying to get button text on two lines using the Multiline Editor tool in B4i Designer, but no luck. Also, a longer single line will not wrap. Since I am lazy and there's probably a simple solution, I will post this question instead.
Erel B4X founder Staff member Licensed User Longtime User Sunday at 7:12 AM #2 If I remember correctly, you need to do it by code: B4X: Button1.As(Button).CustomLabel.Multiline = True Upvote 0
If I remember correctly, you need to do it by code: B4X: Button1.As(Button).CustomLabel.Multiline = True
Jim McDougal Member Licensed User Sunday at 10:21 PM #3 That did it (with a little assist for text alignment). Thank you. Upvote 0