MobileForms Toolkit Documentation

SmartGrid.UpdateLayout Method 

Updates SmartGrid during the next Paint message

public void UpdateLayout();

Remarks

Causes SmartGrid to be completely repainted during the next Paint message, but does not send a paint message to its message queue. Compare to Refresh which also sends a paint message to SmartGrid and thus causes it to repaint itself immediately.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace