Uiinfrastructure API Docs  
 

GrowableListModel.InitializeGrowableList Method 

Initializes the expandable list.

public virtual void InitializeGrowableList(
   string _sSectionTitle,
   string _sSectionSubTitle,
   PTImageType _imgAddIcon,
   string _sAddLabel,
   int _nListKey
);

Parameters

_sSectionTitle
Main title.
_sSectionSubTitle
Sub title
_imgAddIcon
Icon for the add action.
_sAddLabel
Text to display next to the add icon.
_nListKey
In case you have multiple Expandable Lists on the same DP, they should have a different key (otherwise, just set it to 1).

See Also

GrowableListModel Class | com.plumtree.uiinfrastructure.expandablelist.growablelist Namespace