ItemsWrapGrid.ScrollingDirection Property
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.
Gets a value that indicates whether items are panning forward or backward, or aren't panning.
public:
property PanelScrollingDirection ScrollingDirection { PanelScrollingDirection get(); };
PanelScrollingDirection ScrollingDirection();
public PanelScrollingDirection ScrollingDirection { get; }
var panelScrollingDirection = itemsWrapGrid.scrollingDirection;
Public ReadOnly Property ScrollingDirection As PanelScrollingDirection
Property Value
An enumeration value that indicates whether the items are panning Forward or Backward, or None if the items are not panning.