Click or drag to resize

CompactFlags Enumeration

Specifies the compacting operations performed during layout.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum CompactFlags
Members
  Member nameValueDescription
None0 Specifies that no compacting actions take place.
RemoveEmptyCells1 Specifies that cells with no pages be removed.
RemoveEmptySequences2 Specifies that sequences with no children be removed.
PromoteLeafs4 Specifies that a sequence with a single child replace the sequence with the child itself.
AtLeastOneVisibleCell8 Specifies that there should be at least one visible cell in the workspace and creates one if none are present.
All15 Specifies that all compacting flags be applied.
See Also