SPMobileListView.CreateChildControls Method
Creates the child Label or Link control that renders the title.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
protected override void CreateChildControls()
Remarks
If Linkable is true, a Link control is created; otherwise, a Label control is created.