about listview

  • Thread starter Thread starter www.msale.net
  • Start date Start date
W

www.msale.net

I want to show the details after the user hit a item on the listview.
Please tell me the event name.
Thanks
 
I read the following on
msdn(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/
html/frlrfsystemwindowsformslistviewclassactivationtopic.asp)


If the Activation property is set to ItemActivation.OneClick, clicking the
item once activates it. Setting the Activation property to
ItemActivation.TwoClick is different from the standard double-click because
the two clicks can have any duration between them.



It's pity that I don't find Activation property on listview.
please help me,and thanks.
 
Back
Top