How to center components vertical inside a horizontal arrangement?

i could not find an explanation for this simple question in the search :thinking:

how can i get the text of label(left), text box(middle) and button(right) to be vertically centered on one line in a horizontal arrangement?
Font size is always 20
centerV

what about checking the desiger properties of the horizontal arrangement?
https://docs.kodular.io/components/layout/general/horizontal-arrangement/#align-vertical

Taifun

1 Like

1 Like

Thanks for your answers,
@Appzucci
as i wrote my example contains different components

@Taifun
sorry for now i didn´t know how to implement your advice.
Where can i get a block "vertically centered?
attached my .aiaCentertest.aia (1.7 KB)

Set Text Box height to fill parent

@bestprintsf thanks, but this didn´t solve my my question/problem

What if you set buttons and textbox to fill parent

And center align the text in button too.

it didn´t help…
you can play with attached .aia

The problem is the height of text box.
Look the result

1 Like

I’ll try my best :smile:

:heart:

Thanks for your screenshot from companion
with your recommandet settings i get the same result inside companion,
but on creator it looks different…
sorry, i was not expecting this
thanks for opening my eyes

Another way you can try is to insert 3 vertical arrangement set
Align Horizontal Center and Align Vertical Top and put inside each Label, text box and button

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.