标签: c# treeview silverlight-4.0 hittest treeviewitem
我的项目中有一个 System.Windows.Controls.TreeView ,当用户右键单击它时,我正在显示一个上下文菜单。由于上下文菜单是动态构建的,我需要知道鼠标悬停的 System.Windows.Controls.TreeViewItem 。
我该怎么做?
答案 0 :(得分:1)
访问this link和here you can download libs for using ContextMenu