Is there any way to align a component to the bottom of the row when using the column container in perspective?
There are multiple components with different heights in the same row, and I want to align one to the bottom instead of aligning to the top.
Is there any way to do that?
There are virtually unlimited ways of aligning and justifying components within flex containers. The manual has good explanation of how to control them. A good approach that works for me is nesting containers which gives much better control of what you want to happen inside them. If you already read docs and tried everything and can't get what you need, post a screenshot to get more suggestions here... hope this helps.
https://docs.inductiveautomation.com/display/DOC81/Perspective+-+Flex+Container
Thank you, now I put that one component I need to align bottom in a flex container on the column container view and now I can align it to the bottom.