gpt4 book ai didi

wpf - 设置自动生成的列表框项的属性

转载 作者:行者123 更新时间:2023-12-01 13:06:41 27 4
gpt4 key购买 nike

我正在尝试设置数据绑定(bind) ListBox 的自动生成的 ListBoxItems 的输入绑定(bind)。下面的代码不起作用。编译器提示“无法设置 Property Setter 'InputBindings',因为它没有可访问的设置访问器。”设置 InputBindings 的正确语法是什么?

    <ListBox.ItemContainerStyle>
<Style TargetType="{x:Type ListBoxItem}">
<Setter Property="ListBoxItem.InputBindings">
<Setter.Value>
<MouseBinding Command="{Binding OpenCommand}" Gesture="LeftDoubleClick"/>
</Setter.Value>
</Setter>
</Style>
</ListBox.ItemContainerStyle>

PS:发布不适用于 Opera 10.51

最佳答案

这个确实很棘手。

我为您找到了两个建议的解决方案,恐怕都不太容易实现。我希望它对你有用!

关于wpf - 设置自动生成的列表框项的属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2572239/

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