讓我們假設我有3列格:結合汽車,*
1st column requires minimum height of 100 to display its content
2nd column requires minimum height of 200 to display its content
3rd column requires minimum height of 300 to display its content
總要求的高度是600。如果可用空間是900個像素,則額外的300個像素應平分列之中,所以最後的結果是:
1st column height = 200
2nd column height = 300
3rd column height = 400
如果我使用*設置高度,那麼最終的結果是每列300個像素,這是不是我想要的。基本上我需要自動和*的組合。這可以在xaml中完成嗎?
怎麼樣設置寬度爲「自動」,並設置MinWidth至100,200,和300? –
列高?或者你的意思是寬度? –
高度,是的。很抱歉的錯字 –