Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果在 TreeView 中的 TreeItem 上执行右键单击,它将被选中。但是,如果在上下文菜单打开时右键单击另一个项目,则不会更新选择。
如何在第二次右键单击时更新选择?
消费自动隐藏事件
public final BooleanProperty consumeAutoHidingEventsProperty
指定是否应该使用导致 Popup 隐藏的事件。使用事件可以防止它在弹出窗口的所有者窗口中触发一些额外的 UI 响应。
默认值:真
您是否尝试将其设置为假?
在一般情况下,所有弹出窗口都可以使用事件来关闭自己。