Problem related to list view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • VikasPradhan
    New Member
    • Aug 2007
    • 14

    Problem related to list view

    hi all,
    i am working on C# application and in it i have a list view
    i want to know can i use doubleclick event for subitem of list view?

    thanks
  • CyberSoftHari
    Recognized Expert Contributor
    • Sep 2007
    • 488

    #2
    Events are common to a control. You can validate the sub item with ‘if’ condition in double click event.

    Comment

    Working...