Skip to content

UITreeView.Invalidate() Method

Definition

Namespace: Brine2D.UI

Forces the flat visible list to be rebuilt on the next render or hit-test call. Call this after externally modifying node children or expanded state.

C#
public void Invalidate();