| Visual Basic (Declaration) | |
|---|---|
Public Sub AutoSetNodeHeight( _ ByVal objItem As dbiNodeItem _ ) | |
| C# | |
|---|---|
public void AutoSetNodeHeight( dbiNodeItem objItem ) | |
Parameters
- objItem
- dbiNodeItem
This should be executed on the nodeItem after all of the properties have been set. You can also generate a subroutine with a for..each loop to recalculate all the node heights in the control at one time.