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. Deleting items from ListView

Deleting items from ListView

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

    HELLO!!! Is it possible to remove one item from listview without reloading, refreshing? Thanks.

    One nation - underground

    R S 2 Replies Last reply
    0
    • S Saikek

      HELLO!!! Is it possible to remove one item from listview without reloading, refreshing? Thanks.

      One nation - underground

      R Offline
      R Offline
      Ravi Bhavnani
      wrote on last edited by
      #2

      This will remove the first selected item from the list view.

      if (myListView.SelectedItems.Count > 0)
      myListView.Items.Remove (myListView.SelectedItems[0]);

      /ravi

      This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

      1 Reply Last reply
      0
      • S Saikek

        HELLO!!! Is it possible to remove one item from listview without reloading, refreshing? Thanks.

        One nation - underground

        S Offline
        S Offline
        sidbaruah
        wrote on last edited by
        #3

        I think a javascript will help if you want it without reloading!

        I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--

        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