gpt4 book ai didi

wpf - 绑定(bind)中的标签 % 后缀

转载 作者:行者123 更新时间:2023-12-05 00:31:35 24 4
gpt4 key购买 nike

我发现了这样的事情:
How to set WPF string format as percent wihout multiplying by 100?

我只想在我的号码后面加一个“%”符号后缀。我的代码看起来像这样

<Label Content="{Binding Path=ReportGridViewModel.FillingDegree, StringFormat=P}" />

这个我也试过了
<Label Content="{Binding ReportGridViewModel.Cgi, StringFormat={}{0}%}" />

在这两种情况下,我都没有看到任何变化,比如我没有任何字符串格式。

最佳答案

StringFormat Binding 的属性(property)仅当目标属性的类型为 String 时才应用.在 Label , 目标属性 Content , 类型为 Object , 所以 StringFormat不被尊重。

要使其在标签中起作用,请使用 ContentStringFormat .如果您要使用 TextBlock ,您可以使用 StringFormatBinding 提供.

关于wpf - 绑定(bind)中的标签 % 后缀,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14480429/

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