There are quite often a few small diagonal lines in the bottom right
corner
of applications. They indicate/suggest that the window can be resized.

What are they called?
How do I put one of those in one of my forms?

Thanks for any tips.

Re: Resize-thing in bottom right corner by Teemu

Teemu
Thu Sep 04 13:30:23 CDT 2008


"pmo" <peter.moller@gmail.com> kirjoitti viestissä
news:86ea15c9-ba52-4b9e-a2e8-41dc16b55088@i24g2000prf.googlegroups.com...
> There are quite often a few small diagonal lines in the bottom right
> corner
> of applications. They indicate/suggest that the window can be resized.
>
> What are they called?
> How do I put one of those in one of my forms?

Check out Form's SizeGripStyle property. Show-option makes that grip
visible. You can also add StatusStrip to your form to show that grip.

-Teemu


Re: Resize-thing in bottom right corner by pmo

pmo
Fri Sep 05 00:41:52 CDT 2008

On Sep 4, 8:30=A0pm, "Teemu" <tsir...@hotmail.com> wrote:
> "pmo" <peter.mol...@gmail.com> kirjoitti viestiss=E4news:86ea15c9-ba52-4b=
9e-a2e8-41dc16b55088@i24g2000prf.googlegroups.com...
>
> > There are quite often a few small diagonal lines in the bottom right
> > corner
> > of applications. They indicate/suggest that the window can be resized.
>
> > What are they called?
> > How do I put one of those in one of my forms?
>
> Check out Form's SizeGripStyle property. Show-option makes that grip
> visible. You can also add StatusStrip to your form to show that grip.
>
> =A0-Teemu

Thank you.