IItemContainerGenerator.GetItemContainerGeneratorForPanel Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the ItemContainerGenerator appropriate for use by the specified panel.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Function GetItemContainerGeneratorForPanel ( _ panel As Panel _ ) As ItemContainerGenerator
Parameters
- panel
- Type: System.Windows.Controls.Panel
The panel for which to return an appropriate ItemContainerGenerator.
Return Value
Type: System.Windows.Controls.ItemContainerGeneratorAn ItemContainerGenerator appropriate for use by the specified panel.
Show: