gpt4 book ai didi

WPF 列表框项目模板 : How to make contents fill available space?

转载 作者:行者123 更新时间:2023-12-04 16:09:13 26 4
gpt4 key购买 nike

我已将我的 ListBox.ItemTemplate 设置为如下所示

<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Margin="10">
<TextBlock Text="{Binding Args}" />
<ProgressBar Value="{Binding Progress}" Height="10" />
<TextBlock Text="{Binding Status}" />
<TextBlock Text="{Binding Result}" />
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>

结果是

如何让 StackPanel 填满 ListBox 的整个宽度?

最佳答案

在我脑海中,设置 HorizontalContentAlignment要拉伸(stretch)的列表框的属性。

关于WPF 列表框项目模板 : How to make contents fill available space?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4274458/

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