Skip to main content

TcxShellThumbnailOptions.EndUpdate Method

Applies any pending thumbnail setting changes to the shell control after a BeginUpdate.

Declaration

procedure EndUpdate;

Remarks

Every time the ShowThumbnails, Width, Height, or Size property value changes, the shell control redraws its content to reflect the change. Enclose multiple shell setting changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive redraw operations.

Note

Ensure that an EndUpdate procedure call follows every BeginUpdate call, even if an exception occurs. Otherwise, the shell control will remain frozen.

See Also