没有DoubleClick事件在.NET CF 3.5 ListView控件控件、事件、NET、DoubleClick

由网友(丢失の记忆)分享简介:在我的项目,树是客户清单显示的ListView控件,当一个项目用户双击(或抽头)我应该显示客户的细节,但没有双击(或单击事件,鼠标上下移动事件等)事件在.NET CF 3.5 ListView控件(我们只有ItemActive和的SelectedIndexChanged事件)有没有人已经弄清楚这个问题?解决方案 我结...

在我的项目,树是客户清单显示的ListView控件,当一个项目用户双击(或抽头)我应该显示客户的细节,

但没有双击(或单击事件,鼠标上下移动事件等)事件在.NET CF 3.5 ListView控件(我们只有ItemActive和的SelectedIndexChanged事件)

有没有人已经弄清楚这个问题?

解决方案

我结束了使用弹出菜单中,我需要(如编辑/删除/新建)功能。

In my project, tree is a list of customers displayed in an ListView control, When user double clicks (or taps) on an item I should show the details of that customer,

让Windows CE 6.0 R2支持.NET CF 3.5

But there is no double click (or click event, mouse up and down events etc.) event in .NET CF 3.5 ListView control (we only have ItemActive and SelectedIndexChanged events)

Is there anyone has figure out this problem?

解决方案

I ended up using popup menu with functions that I need (like edit/delete/create new).

阅读全文

相关推荐

最新文章