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. left pane

left pane

Scheduled Pinned Locked Moved C#
comtutorialquestion
5 Posts 4 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
    Satish Pai
    wrote on last edited by
    #1

    Hi Experts, Can anybody tell me how can i add left pane in Windows. The left pane should be my usercontrol. You can take this example http://i.d.com.com/i/dl/media/dlimage/14/91/06/149106_large.jpeg[^]

    M 1 Reply Last reply
    0
    • S Satish Pai

      Hi Experts, Can anybody tell me how can i add left pane in Windows. The left pane should be my usercontrol. You can take this example http://i.d.com.com/i/dl/media/dlimage/14/91/06/149106_large.jpeg[^]

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      I presume you mean in Winforms. DOCK is the property you are looking for. Your user control will have a dock property. User the Z order (bring to front/ send to back) of the control to manage the positioning in the control hierarchy.

      Never underestimate the power of human stupidity RAH

      S 1 Reply Last reply
      0
      • M Mycroft Holmes

        I presume you mean in Winforms. DOCK is the property you are looking for. Your user control will have a dock property. User the Z order (bring to front/ send to back) of the control to manage the positioning in the control hierarchy.

        Never underestimate the power of human stupidity RAH

        S Offline
        S Offline
        Satish Pai
        wrote on last edited by
        #3

        No i am talking abt Window, Like if u open a Drive it should have Left pane Just has same in M-Files.

        A OriginalGriffO 2 Replies Last reply
        0
        • S Satish Pai

          No i am talking abt Window, Like if u open a Drive it should have Left pane Just has same in M-Files.

          A Offline
          A Offline
          Ashfield
          wrote on last edited by
          #4

          Which is what Mycroft was also talking about. You need to write the code to do what you need, it isn't magic.

          Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP

          1 Reply Last reply
          0
          • S Satish Pai

            No i am talking abt Window, Like if u open a Drive it should have Left pane Just has same in M-Files.

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #5

            I think you mean that you want the form divided into two panels, a left pane and a right pane? If so, then look at SplitContainer control, which does exactly that.

            No trees were harmed in the sending of this message; however, a significant number of electrons were slightly inconvenienced. This message is made of fully recyclable Zeros and Ones

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            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