Is it possible to provide a resize indication (resizer-grip) on a form without adding a status bar?

Posted by Marek on Stack Overflow See other posts from Stack Overflow or by Marek
Published on 2009-10-14T12:54:53Z Indexed on 2010/03/21 20:01 UTC
Read the original article Hit count: 279

Filed under:
|
|

I would like to have a resize indication on a windows forms Form (the same resize-grip as when you have a status bar). I do not want to add a status bar to the form - that would break the design of the form.

The form can have various controls inside that are docked (Fill). I have not found any solution to this besides drawing the resize indication in lower right corner of every control, which is not very feasible.

Is this possible without adding a picture of the resize grip to every control that can be docked in the form?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#