sizegrip on a control

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

Windows forms come with a resize sizegrip at the bottom right of a form, for
dynamic resizing. I am trying to do the same thing with any control, say a
listbox or a datagrid.

Is there a way to attach something like this, that has the functionality I'm
looking for? I don't want a generic resizer control that simply allows the
controls on a form to resize automatically with the form resize, unless it
also provides for individual control dynamic resizing.

Thanks for any help.

Bernie Yaeger
 
Bernie,

I find this a hell to do, so it is not in my sample, however you would be
able to calculate the portion where you want to have the resize grip, and
than set another cursor in my opinion.

However in my opinion a lot of work, and the most bad thing is, it is not
debuggable.

Cor
 

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

Back
Top