Form Sizing Grip

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Well,

This one's kind of embarrassing. I have inherited a Windows for application
in VS2008 C# that has a status bar with a sizing grip in the lower right
hand corner. However, the sizing grip doesn't work (it will not let me grab
it if I place the mouse over it). Anyway, the form is resizable, and the
status bar has 2 panels associated in the collection. I have no idea why
the grippy isn't working. I can take it out with the SizingGrip = false
property, but that seems like the cheesy way out.

Anybody have any ideas why the grippy isn't working?

Thanks.
 
Are the forms minimum and maximum size constraining the form to the set size?
 

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