Robert Valentino Well-Known Member Licensed User Longtime User Apr 10, 2022 #1 All the text in my labels is not centered vertically - would almost thing this was aligned top B4X: <label>.TextAlignment = MenuItemEntry.ItemText.ALIGNMENT_LEFT <label>.Multiline = False Text just doesn't look the way I would like
All the text in my labels is not centered vertically - would almost thing this was aligned top B4X: <label>.TextAlignment = MenuItemEntry.ItemText.ALIGNMENT_LEFT <label>.Multiline = False Text just doesn't look the way I would like
Erel B4X founder Staff member Licensed User Longtime User Apr 13, 2022 #2 It should be vertically centered. Maybe the label size is not what you expect. Upvote 0
Robert Valentino Well-Known Member Licensed User Longtime User Apr 14, 2022 #3 Interesting. I am creating a label and adding to a panel the label height is (50dip - was/is from/sharing Android code) and the text doesn't appear centered. Let me investigate more. Maybe make a little example Upvote 0
Interesting. I am creating a label and adding to a panel the label height is (50dip - was/is from/sharing Android code) and the text doesn't appear centered. Let me investigate more. Maybe make a little example