Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要素の高さを設定したいと思います。最上位の子要素の高さでなければなりません。
次のようなものがありますか:
Parent { height: max(child1.height, child2.height) }
または、次のようなもの:
Parent { height: stretchToChildren }
Math.max()可変長です (任意に多くの引数を取ります)。
Math.max()
実際のレイアウトによっては、Item.childrenRectプロパティを使用できる場合があります。
Item.childrenRect