I need a multi-line layout, which would behave as horizontal linear layout, but when there is not enough space to place new widget it would expand to next line, just like wo
You can handle this problem now easily with Google's Flexbox layout (https://github.com/google/flexbox-layout).