LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


suspendLayout()

(Inherited from IntegralUIBaseList)

Suspends the component layout from any update operations.

Parameters

This method does not have any arguments.

Return Value

This method does not return a value.

Remarks

Call this method to manually suspend the component layout. Best use when you have many operations that can trigger the update process, like: add/remove of many items at once, drag drop of multiple items, during data load etc.

This method must be called along with the resumeLayout method at the end.

Version Information

Supported in: v1.2.

See Also