dbicList Send comments on this topic.
AutoSetNodeHeight Method
See Also 
dbicList Assembly > Dbi.WinControl.List Namespace > dbiList Class : AutoSetNodeHeight Method

objItem
dbiNodeItem
This method will set the dbiNodeItem.HeightOffset automatically based on several factors (body text, fonts, images).

Syntax

Visual Basic (Declaration) 
Public Sub AutoSetNodeHeight( _
   ByVal objItem As dbiNodeItem _
) 
C# 
public void AutoSetNodeHeight( 
   dbiNodeItem objItem
)

Parameters

objItem
dbiNodeItem

Remarks

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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also