gpt4 book ai didi

c# - WPF-mvvm。我怎样才能实现这样的观点(设计,gui)?

转载 作者:太空宇宙 更新时间:2023-11-03 10:41:42 24 4
gpt4 key购买 nike

<分区>

请看图片- http://imgur.com/25DEe4h我目前的设计是通过以下方式实现的:

<GroupBox Header="Playlists" HorizontalAlignment="Left" Margin="10,220,0,0" 
VerticalAlignment="Top" Height="283" Width="497">
<ListView ItemsSource="{Binding PlayLists}" SelectedItem="{Binding SelectedPL}"
HorizontalAlignment="Left" Height="100" VerticalAlignment="Top"
Width="487" Margin="0,0,-2,0">
<ListView.ItemTemplate>
<DataTemplate>
<StackPanel>
<Label FontWeight="Bold" Content="{Binding plName}" />
</StackPanel>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
</GroupBox>

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com