I'm creating a list of rows with various TxtBoxes inserted into a HorizontalArrangement. Each one comes out very tall even though the font size is set to 14. In a previous app, they were the appropriate height. You can see the difference in height in the two images. I noticed that the TextBox I used previously had HTML properties, but now they don't. How can I get the appropriate height without wasting space?
Textbox or Label?
TextBox
A Textbox component does not have the HTMLFormat property. A Label component does have it.
OK sorry for my mistake. So is not possible to squeeze the hight of a texbox. Why so hight? There is no need for a 14 fontsize.
You can, but then the text content starts to be hidden.
A textbox has internal padding and vertical alignment.
No forget it I cant delete this replay.
All I can suggest is that you do some testing, and find out what works best for you.
Companion is not the place to verify layouts, it is only representative. Always check on a real device.

