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. C#
  4. Making a listView sub item clickable

Making a listView sub item clickable

Scheduled Pinned Locked Moved C#
question
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.
  • A Offline
    A Offline
    AngryC
    wrote on last edited by
    #1

    Hello, Can you please tell me how can I MessageBox.Show the tag property of a listView item when a sub item is clicked? Thanks.

    P 1 Reply Last reply
    0
    • A AngryC

      Hello, Can you please tell me how can I MessageBox.Show the tag property of a listView item when a sub item is clicked? Thanks.

      P Offline
      P Offline
      Patrick Etc
      wrote on last edited by
      #2

      ListView.HitTest returns an object that contains a reference to the ListViewItem AND the ListViewSubItem that was clicked. If it was the first column, those will be the same; for subsequent columns, it will contain the correct item. You'll have to do some checking on those objects as it sets them to null sometimes and I forget now what the exact conditions are.

      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