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.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic void LimitChildCountTo(
int count
)
Parameters
- count Int32
- The maximum number of child nodes allowed.
See Also