ScrollingObjectCollection.MoveByTiers(Int32, Boolean, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Moves scroller container a relative number of tiers of cells.
public void MoveByTiers (int numberOfTiers, bool animate = true, Action callback = default);
member this.MoveByTiers : int * bool * Action -> unit
Public Sub MoveByTiers (numberOfTiers As Integer, Optional animate As Boolean = true, Optional callback As Action = Nothing)
Parameters
- numberOfTiers
- Int32
Amount of tiers to move by
- animate
- Boolean
if true, scroller will animate to new position
- callback
- Action
An optional action to pass in to get notified that the ScrollingObjectCollection is finished moving