Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
- Parameters
-
perform_layout | true to execute pending layout requests; otherwise, false. |
- Note
- When adding several controls to a parent control, it is recommended that you call the suspend_layout method before initializing the controls to be added. After adding the controls to the parent control, call the resume_layout method. This will increase the performance of applications with many controls.