#Auto layout no longer showing space-between after last update.
13 messages · Page 1 of 1 (latest)
I figured it out but leaving this up in case anyone else runs into this issue. You need to use the new wrap feature and set horizontal gap to auto.
Its not wrap, its the width setting for the auto layout frame. Space between only works if the frame is set to Fixed or Fill widths, when it is set to Hug then space between wont work since hug will collapse the space anyway to the gap setting.
One shortcut I use a lot for switching between space-between and not is hitting the X button on your keyboard when that 9 dot square is selected.
@polar halo sorry but I am not getting your point.., but I want to. Hug should be working with Wrap enabled.
Wrap will only happen on a frame set to hug if there is a max-width set on the frame. Otherwise it will just continue to grow horizontally as you add child items.
Yes, Frame has to have a fixed width (by Fixed width, or max width or fill container) for the wrap and/or Space-between to work on the child items inside that frame...,
It is not intuitive at all! but space-between works if you doble click on the selector thingy
like where you can select if it starts or centers or ends and stuff
But you just have to double click on the row / column
@vagrant inlet Thanksss..., everyday you learn something new, something so tiny n simple yet so useful...,
yeaha tbh i wouldnt have known to do this if i didnt know that feature existed before
I used to do it from the 3 dot menu before.., and now I learnt that they shifted it to dropdown of horizontal spacing..., but this double click thing I just learnt from U and its so useful..,