logo
The QDV API Reference
Search
Cancel
QDVGantt.GanttSuspendLayout Method
Namespace:
QDVUserAPI
Assembly: QDVUserAPI (in QDVUserAPI.dll)
Block drawing / refreshing of the screen either for the data grid and the associated Gantt diagram.
VB
C#
F#
C++
JScript
Copy
public
void
GanttSuspendLayout()
This language is not supported or no code example is available.
Remarks
It is useful to suspend layout when carrying out bulk changes. Don't forget to resume layout at the end with
GanttResumeLayout
.
Applies to
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2
See Also
QDVGantt Class
QDVUserAPI Namespace
In this article
Definition