How to make grid_flow() aligned?

Hello.

how can i stop this behavior ? i’d like my items to be aligned to the left.

row = box.grid_flow()
row.alignement = 'LEFT' 

and

row = box.grid_flow(align=True)

didn’t work :frowning:

tttt

1 Like

Is alignment spelled wrong on purpose? Try changing it to “alignment” instead and update on the results?

1 Like

hi. i just mispelled on the thread (i posted this on mobile) :slight_smile: if it was i misplell i would have an error message.