There is no DoubleClick event for ListView control in .NET CF 3.5
Posted
by nmcy
on Stack Overflow
See other posts from Stack Overflow
or by nmcy
Published on 2009-12-23T11:31:19Z
Indexed on
2010/03/30
13:03 UTC
Read the original article
Hit count: 546
.NET
|compact-framework
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,
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?
© Stack Overflow or respective owner