Plumtree Portal UI  
 

TagLibListModel.InitializeMultiColumnList Method (String, String[], Boolean[], Int32, PTImageType, String, Int32)

Initializes the expandable list.

public override void InitializeMultiColumnList(
   string _sSectionTitle,
   string[] _sSectionSubTitle,
   bool[] _bEnableSort,
   int _nDefaultSortColumn,
   PTImageType _imgAddIcon,
   string _sAddLabel,
   int _nListKey
);

Parameters

_sSectionTitle
Main title.
_sSectionSubTitle
Sub title
_bEnableSort
for each column
_nDefaultSortColumn
the zero based column id for the default column to sort by.
_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

TagLibListModel Class | com.plumtree.portaluiinfrastructure.tags.manager.taglibmanager Namespace | TagLibListModel.InitializeMultiColumnList Overload List