[]
Gets or sets the maximum number of node levels to show in the current view.
public int MaxDepth { get; set; }
Levels will be flattened into the current plane. If your TreeMap<T> has more levels than this, you will have to go up or down to see them.