When true the panel is in a frozen state. This means: - layout of the children is blocked - child invalidation does not invalidate this panel - the visual drawing is captured once and used for all future drawing

IsFrozen allows improving performance in some use-cases, such as Navigation, where the children may not be completely stable. This can result from such things as data bindings resolving, deferred items resolving, and images loading. Note that it will also block all intentional animation as well until unfrozen.

Warning: Trigger timing is not blocked at the moment, and animations will jump over the lost time when unfrozen again.

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Panels 2.9.1

Returns

bool