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 C#

LISTVIEW C#

Scheduled Pinned Locked Moved C#
csharp
6 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.
  • Y Offline
    Y Offline
    youssef
    wrote on last edited by
    #1

    Hi, I looking for a sample where a listview is using. In the sample I would like : - add icon, - add progressbar, - add combobox, - add highlight row, - add sort column, - add blinking row, - change colour of row, column or subitem, - using context menu for each row, - find idex of an subitem, - select different views : details, large,list,... - add tooltip for each row or subitem, -... youssef

    H 2 Replies Last reply
    0
    • Y youssef

      Hi, I looking for a sample where a listview is using. In the sample I would like : - add icon, - add progressbar, - add combobox, - add highlight row, - add sort column, - add blinking row, - change colour of row, column or subitem, - using context menu for each row, - find idex of an subitem, - select different views : details, large,list,... - add tooltip for each row or subitem, -... youssef

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      You're not looking hard enough, then. Try searching CodeProject or use google. There's plenty of examples out there, though not with everything in that list. My recommendation is to use a third-party library like those from http://www.devexpress.com/[^] or http://www.infragistics.com[^]. Adding all that is a lot more work than you probably think.

      Microsoft MVP, Visual C# My Articles

      1 Reply Last reply
      0
      • Y youssef

        Hi, I looking for a sample where a listview is using. In the sample I would like : - add icon, - add progressbar, - add combobox, - add highlight row, - add sort column, - add blinking row, - change colour of row, column or subitem, - using context menu for each row, - find idex of an subitem, - select different views : details, large,list,... - add tooltip for each row or subitem, -... youssef

        H Offline
        H Offline
        Heath Stewart
        wrote on last edited by
        #3

        You lucked out, although searching CodeProject before posting might've turned this up. An article was featured on the CodeProject homepage today: http://www.codeproject.com/cs/miscctrl/aa_listview.asp[^]

        Microsoft MVP, Visual C# My Articles

        Y 1 Reply Last reply
        0
        • H Heath Stewart

          You lucked out, although searching CodeProject before posting might've turned this up. An article was featured on the CodeProject homepage today: http://www.codeproject.com/cs/miscctrl/aa_listview.asp[^]

          Microsoft MVP, Visual C# My Articles

          Y Offline
          Y Offline
          youssef
          wrote on last edited by
          #4

          Thanks, But I see this link. I tested and some properties doesn't exist from my request. If you know a link where I can find more samples it is great even if I must to buy. Best regards youssef

          H 1 Reply Last reply
          0
          • Y youssef

            Thanks, But I see this link. I tested and some properties doesn't exist from my request. If you know a link where I can find more samples it is great even if I must to buy. Best regards youssef

            H Offline
            H Offline
            Heath Stewart
            wrote on last edited by
            #5

            Look, you're not going to find such a complex control for free! Either buy one, or read the Platform SDK and .NET Framework SDK about Windows Common Controls, Windows messages, Windows Forms, and either make your own or enhance the existing ListView or controls like the one I gave you a link for. It's not a simple project to throw something like this together and if you're just ripping off other people's source you'll never learn anything. There's plenty of examples out there to give you a good start. Learning what it all means and how to add to it is up to you.

            Microsoft MVP, Visual C# My Articles

            Y 1 Reply Last reply
            0
            • H Heath Stewart

              Look, you're not going to find such a complex control for free! Either buy one, or read the Platform SDK and .NET Framework SDK about Windows Common Controls, Windows messages, Windows Forms, and either make your own or enhance the existing ListView or controls like the one I gave you a link for. It's not a simple project to throw something like this together and if you're just ripping off other people's source you'll never learn anything. There's plenty of examples out there to give you a good start. Learning what it all means and how to add to it is up to you.

              Microsoft MVP, Visual C# My Articles

              Y Offline
              Y Offline
              youssef
              wrote on last edited by
              #6

              You have right. youssef

              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