I have a DockedSearchBar within a column, when its...
# compose
s
I have a DockedSearchBar within a column, when its 'active' I dont want it to push down the other other elements in the Column, I just want it to expand over the top of them, is there an easy way to achieve that, or will I need to put them in different layouts and then adjust the padding as needed after layout?
z
there are a few ways you could implement this, but nothing off the shelf afaik
s
👍 thanks, that all I needed to know