gpt4 book ai didi

c# - wpf检查列表框

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

我是 wpf 的新手。为了获得复选框功能,我在我的代码中添加了下面的 xaml,但我的屏幕上没有输出。只有空白,它可能是什么?

<TabItem Header="Samples" >
<ListBox Margin="10" Width="373" Height="236">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">
<TextBlock Text="MyText"/>
<CheckBox IsChecked="False"/>
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
</TabItem>

最佳答案

关于c# - wpf检查列表框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6488408/

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