How to display a resize handle in the bottom right corner of a form

J

JB

Hi All,

I'd like to display a "resize handle" in the bottom right corner of a
form like in the windows explorer for instance (the 3 diagonal lines
in the corner).
Can anybody tell me how to do that?

Thanks
JB
 
N

Nathan

Set the form's SizeGripStyle property to "Show". I'm not sure, but I think
certain settings for the FormBorderStyle may override this.
 
Z

zacks

Set the form's SizeGripStyle property to "Show".  I'm not sure, but I think
certain settings for the FormBorderStyle may override this.

You're right. For example, FormBorderStyle of FixedSingle will not
show the icon even withthe SizeGripStyle set to Show.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top