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. windows form resize

windows form resize

Scheduled Pinned Locked Moved C#
graphics
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.
  • T Offline
    T Offline
    t_nedelchev
    wrote on last edited by
    #1

    hello everyone. Do you have an easy way when resize my windows form, proportionally to resize all components(Picturebox, buttons,textboxes, graphics etc.) Thanks.

    V D 2 Replies Last reply
    0
    • T t_nedelchev

      hello everyone. Do you have an easy way when resize my windows form, proportionally to resize all components(Picturebox, buttons,textboxes, graphics etc.) Thanks.

      V Offline
      V Offline
      V 0
      wrote on last edited by
      #2

      Check out the Anchor, Fill and Dock properties of the controls... Splitter controls can help as well. Good luck...

      V.
      Stop smoking so you can: Enjoy longer the money you save. Moviereview Archive

      1 Reply Last reply
      0
      • T t_nedelchev

        hello everyone. Do you have an easy way when resize my windows form, proportionally to resize all components(Picturebox, buttons,textboxes, graphics etc.) Thanks.

        D Offline
        D Offline
        Dan Neely
        wrote on last edited by
        #3

        it depends what you need. Anchor and docking can do alot, but the only way I could grow two groupboxes 50/50 in a form was by handling resize manually. Everything inside the groupboxes was handled by a combination of standard means but the 50/50 thing proved elusive.

        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