Resizing of forms & controls

S

ScubaD

I have a form with some controls on it (a tab control for example). When a
user is resizing the form I also want the tab control to resize. To do this,
I placed the code for resizing the tab control in the 'Resize' event for the
form.

This works fine, but the thing I don't like is the constant repainting of
the tab control when a user streches the form. This causes the tab control to
flicker. I would like to place the resizing code into some 'after resize'
event. Unfortunately an event like this does not exist.

A solution to this would be appreciated?
 

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