Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.24 KB

itemcontainergenerator_startat_431799074.md

File metadata and controls

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

Windows.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