目前,我想将$this->press('add_client')
属性绑定到Height
中的Rowdefinition
。如果Grid
上的媒体IsOnline
设置为ViewModel
,我想显示该行。
将数字绑定为true
完全没问题,我只是想知道如何将其绑定到Height
。
我的观点:
Auto
我的转换器<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition/>
<RowDefinition Height="{Binding IsOnline, Converter={StaticResource HeightConverter}}"/>
</Grid.RowDefinitions>
:
HeightConverter