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. WPF
  4. New to WPF - Would this be easy to implement?

New to WPF - Would this be easy to implement?

Scheduled Pinned Locked Moved WPF
csharpdatabasewpfdesigndocker
5 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
    AksharRoop
    wrote on last edited by
    #1

    Hi All, I am just starting with WPF to implement rich GUI application. I have design in my mind and would like you to give suggestion to make it better.

    ---------------------------------------------------
    dropDown1         dropdown2       dropdown3
    
    ----------........---------........---------  
    ..........|......|.........|......|.........|
    ..........|......|.........|......|.........|
    ..........|......|container|......|container|
    Tree view.|......|..with...|......|..with...|
    ..........|......|.multiple|......|.multiple|
    ..........|......|list view|......|list view|
    ..........|......|.........|......|.........|
    ..........|......|.........|......|.........|
    ----------.......-----------......-----------  
    ---------------------------------------------------
    

    Above is the design i would like to implement. How it should work? - a user will select an option from dropDown1 and treeview will be filled with hierarchy of active, pending, closed guests. - When user will select an option from dropDown2/dropDown3 it will fill respective containers with list views (no of list views will be decided at run time by retrieving count from DB so there is requirement that container should pop up scrollbars if listviews crosses the bounds) - Now user will move (drag and drop) guest from treeview to list view. This is how application would work. I need your suggestion if this would be easy to implement in WPF. Also share your view on this. Thanks, AksharRoop

    M 1 Reply Last reply
    0
    • A AksharRoop

      Hi All, I am just starting with WPF to implement rich GUI application. I have design in my mind and would like you to give suggestion to make it better.

      ---------------------------------------------------
      dropDown1         dropdown2       dropdown3
      
      ----------........---------........---------  
      ..........|......|.........|......|.........|
      ..........|......|.........|......|.........|
      ..........|......|container|......|container|
      Tree view.|......|..with...|......|..with...|
      ..........|......|.multiple|......|.multiple|
      ..........|......|list view|......|list view|
      ..........|......|.........|......|.........|
      ..........|......|.........|......|.........|
      ----------.......-----------......-----------  
      ---------------------------------------------------
      

      Above is the design i would like to implement. How it should work? - a user will select an option from dropDown1 and treeview will be filled with hierarchy of active, pending, closed guests. - When user will select an option from dropDown2/dropDown3 it will fill respective containers with list views (no of list views will be decided at run time by retrieving count from DB so there is requirement that container should pop up scrollbars if listviews crosses the bounds) - Now user will move (drag and drop) guest from treeview to list view. This is how application would work. I need your suggestion if this would be easy to implement in WPF. Also share your view on this. Thanks, AksharRoop

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      AksharRoop wrote:

      if this would be easy to implement in WPF

      Yes. That question is really relative to who answers it. If you don't think it would be easy, then I reckon you have some studying to do :)

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      A 1 Reply Last reply
      0
      • M Mark Salsbery

        AksharRoop wrote:

        if this would be easy to implement in WPF

        Yes. That question is really relative to who answers it. If you don't think it would be easy, then I reckon you have some studying to do :)

        Mark Salsbery Microsoft MVP - Visual C++ :java:

        A Offline
        A Offline
        AksharRoop
        wrote on last edited by
        #3

        Any good sample that would help me with this?

        M 1 Reply Last reply
        0
        • A AksharRoop

          Any good sample that would help me with this?

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          AksharRoop wrote:

          Any good sample that would help me with this?

          There's tons of sample code floating around the internet and on this site. I highly recommend studying at least the first 3 or 4 chapters of the WPF documentation...It will save you a lot of time in the long run... Windows Presentation Foundation[^]

          Mark Salsbery Microsoft MVP - Visual C++ :java:

          A 1 Reply Last reply
          0
          • M Mark Salsbery

            AksharRoop wrote:

            Any good sample that would help me with this?

            There's tons of sample code floating around the internet and on this site. I highly recommend studying at least the first 3 or 4 chapters of the WPF documentation...It will save you a lot of time in the long run... Windows Presentation Foundation[^]

            Mark Salsbery Microsoft MVP - Visual C++ :java:

            A Offline
            A Offline
            AksharRoop
            wrote on last edited by
            #5

            Thanks a lot Mark.

            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