Click or drag to resize

NGTreeNodeLimitChildCountTo Method

Limits the number of child nodes to the specified count. If there are more child nodes than the specified count, the excess nodes are removed from the end of the collection.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public void LimitChildCountTo(
	int count
)

Parameters

count  Int32
The maximum number of child nodes allowed.
See Also