我不知道爲什麼,但我的ColorZone正在改變它自己的高度。 當我沒有materialDesign:ColorZone
時,我所有元素的網格大小的大小爲"*"
。MaterialDesign ColorZone高度尺寸
但是,當我添加ColorZone
,尺寸減少...你知道如何解決它嗎?
<Grid Grid.Column="1" Visibility="Visible" >
<Grid.RowDefinitions>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<materialDesign:ColorZone Padding="16" materialDesign:ShadowAssist.ShadowDepth="Depth2"
Mode="PrimaryLight">
<Grid>
<!-- ALL MY ELEMENT, SIZE CHANGE COZ OF COLORZONE -->
</Grid>
</materialDesign:ColorZone>
</Grid>
編輯:這是高度,爲什麼這不是所有的空間?當我寫寬度在ColorZone
一些截圖將有所幫助。什麼是大小正在減少,整個事情?網格中的行?你的網格中只有一行嗎? – Joe