![]() |
|
|
|
Everything on my form is out of sync when I try to use the ReSize control.Last updated: January 21, 2007 We see this quite often with developers who are using maximized forms. Everything ends up a bit too large for the form at runtime. The controls at the lower right hand corner of the form run off the edge. Cause: The problem is that ReSize always uses the size of a form in the normal state (not maximized) as the basis for its calculations even if the WindowState property is set to bring up the form in the maximized state at runtime. Remedy: There are two ways to solve this problem.
|
![]() |
Copyright © 2007 by
Larcom and Young. |