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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Wheres my Size Grip Gone?

Wheres my Size Grip Gone?

Scheduled Pinned Locked Moved C#
tutorialquestion
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.
  • B Offline
    B Offline
    big_trev
    wrote on last edited by
    #1

    I have a form, with the border style set to Sizeable, and SizeGripStyle set to show. All works ok. If i then dock a panel to the bottom of the form, my size grip is hidden! :mad: If i change the DockPadding, to say 2, i can see my size grip hiding behind the panel. Any one got any ideas how to make the size grip display on top of the panel? Thanks Trev

    I R 2 Replies Last reply
    0
    • B big_trev

      I have a form, with the border style set to Sizeable, and SizeGripStyle set to show. All works ok. If i then dock a panel to the bottom of the form, my size grip is hidden! :mad: If i change the DockPadding, to say 2, i can see my size grip hiding behind the panel. Any one got any ideas how to make the size grip display on top of the panel? Thanks Trev

      I Offline
      I Offline
      Insincere Dave
      wrote on last edited by
      #2

      I tried out a few things, here are some options: Set the panel's BackColor to Transparent. The code for drawing the grip says it is 10x10 so you could set the forms bottom padding to 11. Add a StatusStrip to the bottom of the form.

      1 Reply Last reply
      0
      • B big_trev

        I have a form, with the border style set to Sizeable, and SizeGripStyle set to show. All works ok. If i then dock a panel to the bottom of the form, my size grip is hidden! :mad: If i change the DockPadding, to say 2, i can see my size grip hiding behind the panel. Any one got any ideas how to make the size grip display on top of the panel? Thanks Trev

        R Offline
        R Offline
        Roy Heil
        wrote on last edited by
        #3

        I don't know if there is a good solution for you, but here is something you can try (a bit of a kluge, but oh well): Drop a statusbar onto your panel, and blank out the text. The statusbar has a visible grip on it. Then, if you need the space at the bottom of the panel, where the statusbar is, you can undock the statusbar, and make it smaller, so all you are using is the grip. Roy.

        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