gpt4 book ai didi

wpf - 如何在使用绑定(bind)的 XAML 中格式化字符串?

转载 作者:行者123 更新时间:2023-12-04 10:54:38 30 4
gpt4 key购买 nike

在 WPF 中,我可以这样做:

<TextBlock Text="{Binding Products.Count, StringFormat='{0} Products'}"

Windows 8/WinRT 中的等效项是什么,因为不再支持此语法?

最佳答案

你可以使用这个:

<TextBlock>
<Run Text="{Binding Path=Products.Count}" />
<Run Text=" Products" />
</TextBlock>

关于wpf - 如何在使用绑定(bind)的 XAML 中格式化字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12229024/

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