これをKaxamlに入れると:
<WrapPanel Width="500"
ScrollViewer.VerticalScrollBarVisibility="Visible">
<Button Width="110"
Height="100"></Button>
<Button Width="130"
Height="100"></Button>
<Button Width="70"
Height="100"></Button>
<Button Width="50"
Height="100"></Button>
<Button Width="329"
Height="100"></Button>
<Button Width="126"
Height="100"></Button>
<Button Width="86"
Height="100"></Button>
<Button Width="48"
Height="100"></Button>
<Button Width="200"
Height="100"></Button>
<Button Width="190"
Height="100"></Button>
</WrapPanel>
不規則な右側(ただし、左側は揃えられています)に整列されたボタンの束が表示されます。
各「行」の内容を比例的に拡張してその行を埋める方法はありますか? (つまり、左右両方に直線がありますか?)