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. Column selection control needed

Column selection control needed

Scheduled Pinned Locked Moved C#
csharpcssquestion
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.
  • J Offline
    J Offline
    Jan R Hansen
    wrote on last edited by
    #1

    Hi everybody, I need a control that allows the user to select between n columns to show in a grid / listview. Much like the ones seen in e.g. Outlook where you have a list of available columns in a left hand list and a right hand list with the ones you have selected. In between there is buttons used to move "columns" from one window to the other, one at the time or all of them. I've searched the net, looked through the C# controls list here on CP - but with no luck. Does anybody know of such a control, or is this a candidate for my first CP article ? :) Thanks in advance - have a nice day ! /Jan Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert

    B N 2 Replies Last reply
    0
    • J Jan R Hansen

      Hi everybody, I need a control that allows the user to select between n columns to show in a grid / listview. Much like the ones seen in e.g. Outlook where you have a list of available columns in a left hand list and a right hand list with the ones you have selected. In between there is buttons used to move "columns" from one window to the other, one at the time or all of them. I've searched the net, looked through the C# controls list here on CP - but with no luck. Does anybody know of such a control, or is this a candidate for my first CP article ? :) Thanks in advance - have a nice day ! /Jan Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert

      B Offline
      B Offline
      billb2112
      wrote on last edited by
      #2

      You and I must of woke up this morning with the same mission. I'm looking for one of these controls myself in C#. I wrote one (although not as fancy as the one in Outlook) in MFC/C++ years ago and may end up "porting" that one if I can't find one that's already freely available. Let me know what you turn up and I'll do the same.

      1 Reply Last reply
      0
      • J Jan R Hansen

        Hi everybody, I need a control that allows the user to select between n columns to show in a grid / listview. Much like the ones seen in e.g. Outlook where you have a list of available columns in a left hand list and a right hand list with the ones you have selected. In between there is buttons used to move "columns" from one window to the other, one at the time or all of them. I've searched the net, looked through the C# controls list here on CP - but with no luck. Does anybody know of such a control, or is this a candidate for my first CP article ? :) Thanks in advance - have a nice day ! /Jan Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert

        N Offline
        N Offline
        Nick Parker
        wrote on last edited by
        #3

        Jan R Hansen wrote: Does anybody know of such a control, or is this a candidate for my first CP article ? You could write this up as an article. I haven't seen any controls on CP that do what you are asking so it should be fair game. I had written a control about a year ago doing just this for a project, which was simple enough but I no longer have the source to send you. It should simply be a process of finding the selected items in one side and adding them over to the other - don't forget to remove them from the first side then. If you have any questions feel free to ask. - Nick Parker
        My Blog | My Articles

        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