gpt4 book ai didi

listview - 如何为 ListView 的 ContextActions 的 MenuItem 添加可见性绑定(bind)

转载 作者:行者123 更新时间:2023-12-04 10:48:45 24 4
gpt4 key购买 nike

我在选择任何 ListView 项时尝试显示上下文操作菜单项,在那里我添加了三个菜单项。但我需要绑定(bind)这些菜单项的可见性。根据选择,特定的菜单项应该是可见的。有没有办法在 ListView 中为 contextActions menuitems 添加绑定(bind)?

最佳答案

由于 ContextAction MenuItem 这是不可能的。 MenuItem不公开任何(可绑定(bind)的)IsVisible属性(property)之类的。

一个 hacky 解决方法可能是在您确定需要显示或隐藏的内容时添加/删除上下文操作。或使用 IsEnabled可用的属性(property)。

关于listview - 如何为 ListView 的 ContextActions 的 MenuItem 添加可见性绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59581927/

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