在我的 wpf 应用程序中,当鼠标移到 mousemove 事件中的不同项目上时,我面临从 listview 获取项目的问题。例如,如果 listview 包含列为 的项目,
"one"
"two"
"three"
----
Then in mousemove event if my mouse moved over the item two then i have to get "two" in my code.
Please help me as i am very new to this WPF.
Regards
Ravi