IItemContainerGenerator.GenerateNext Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the container element used to display the next item, and whether the container element has been newly generated (realized).
Assembly: System.Windows (in System.Windows.dll)
Parameters
- isNewlyRealized
- Type:
System.Boolean
%
Is true if the returned DependencyObject is newly generated (realized); otherwise, false.
Return Value
Type: System.Windows.DependencyObjectA DependencyObject that is the container element which is used to display the next item.
When the next item to be displayed has not already been generated (realized), GenerateNext returns a new DependencyObject, otherwise, the existing DependencyObject is returned.
Show: