Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Double Click Event on ListView

Double Click Event on ListView

Scheduled Pinned Locked Moved Visual Basic
helpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    viettho
    wrote on last edited by
    #1

    I really need help on DoubleClick Event of ListView. I know that double click event is only for selected listview item in listview. ie.: Private Sub lstvNote_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstvNoteBACKGROUND.DoubleClick if lstvNote.SelectedItem.Count > 0 then 'do something end if End Sub ------------------------------------------------- However, is it possible that I could have a double click event on outside of listview items ??

    S 1 Reply Last reply
    0
    • V viettho

      I really need help on DoubleClick Event of ListView. I know that double click event is only for selected listview item in listview. ie.: Private Sub lstvNote_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstvNoteBACKGROUND.DoubleClick if lstvNote.SelectedItem.Count > 0 then 'do something end if End Sub ------------------------------------------------- However, is it possible that I could have a double click event on outside of listview items ??

      S Offline
      S Offline
      S Sansanwal
      wrote on last edited by
      #2

      Trap MouseDown event Sanjay Sansanwal www.sansanwal.com

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups