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?
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?