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. listview

listview

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.
  • J Offline
    J Offline
    jphuphilly
    wrote on last edited by
    #1

    How do i get the text for a listview subitem? I have two listviews and tview and cview how do i get the subitem from tview i want to get it in another click event? ListViewItem item2 = new ListViewItem(); item2.Checked = true; item2.ImageIndex = 0; tview.Items.Add(item2); item2.SubItems.Add(CBTaxiId.SelectedItem.ToString()); Da Intern

    C 1 Reply Last reply
    0
    • J jphuphilly

      How do i get the text for a listview subitem? I have two listviews and tview and cview how do i get the subitem from tview i want to get it in another click event? ListViewItem item2 = new ListViewItem(); item2.Checked = true; item2.ImageIndex = 0; tview.Items.Add(item2); item2.SubItems.Add(CBTaxiId.SelectedItem.ToString()); Da Intern

      C Offline
      C Offline
      Corinna John
      wrote on last edited by
      #2

      jphuphilly wrote: How do i get the text for a listview subitem? tview.Items[x].SubItems[1].Text listViewItem.SubItems[0].Text returns the text of the item, listViewItem.SubItems[1] returns the first subitem, .Subitems[2] the second subitem, and so on.

      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