Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.25 KB

itemcontainergenerator_startat_643863453.md

File metadata and controls

29 lines (20 loc) · 1.25 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ItemContainerGenerator.StartAt(Microsoft.UI.Xaml.Controls.Primitives.GeneratorPosition,Microsoft.UI.Xaml.Controls.Primitives.GeneratorDirection,System.Boolean)
winrt method

Microsoft.UI.Xaml.Controls.ItemContainerGenerator.StartAt

-description

Prepares the generator to generate items, starting at the specified GeneratorPosition and moving in the specified GeneratorDirection. This method also controls whether or not to start at a generated (realized) item.

-parameters

-param position

A GeneratorPosition that specifies the position of the item to start generating items at.

-param direction

Specifies the position of the item to start generating items at.

-param allowStartAtRealizedItem

Specifies whether to start at a generated (realized) item.

-remarks

-examples

-see-also