Enum TreeMenuExpandMode
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
How children are revealed when a parent expands.
public enum TreeMenuExpandMode
Fields
Flyout = 1Children float over surrounding content as a flyout.
Inline = 0Children are pushed into the document flow underneath the parent.