Call this function to start tracking control additions. All controls added to the controls collection after this will be rendered during ForceAnUpdate() or ForceAnUpdateWithAppending(). This is very useful when you are just adding new content like for example new TreeViewItems in the TreeView or adding new stuff in for example AspectScrollable.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public void TrackControlAddition()
Visual Basic (Declaration)
Public Sub TrackControlAddition

See Also