.NET DataGrid Special Methods
The SuspendLayout and ResumeLayout methods are used with the .NET DataGrid component:
The SuspendLayout method prevents updates or refreshes to the user interface.
The ResumeLayout method causes updates or refreshes to resume.
These are primarily used when there are multiple threads in which the user interface (UI) update is on a separate thread from the rest of the process.
Privacy | Trademarks | Terms of Use | Feedback
Updated: 01 July 2024
© 2016 - 2024 Pegasystems Inc. Cambridge, MA All rights reserved.