Alignment problems: listwiev and textbox

In lisview: it aligns only to the left....

In textbox: it aligns in the top half of the textbox, so it's the top half cutted off from the letter...

The two of the components need the implementation of the possibility to control the alignment settings. To left center right top and down...

Thaaanks....

For textboxes, you can use the TextBoxUtil extension by @Gordon_Lu which has a vertical Alignment setter.

For listview, there does not appear to be anything that sets the alignment. However, you can build your own listview using CompCreator, and therefore set alignment.

1 Like

I have seen textbox alignments inherited from parent Arrangements.
Try changing the alignment of the parent