MobileForms Toolkit Documentation

SmartGrid.BeginInit Method 

Disables control recalculation during the initialization.

public void BeginInit();

Remarks

Use this method before filling the control manualy with data. It is automaticaly used during databinding.

After BeginInit call, control is not updated and the scrollbars are not recomputed. To reenable control update, use EndInit method.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace