Version

ScrollAnimation Enumeration

Specifies the Animation that should be used to scroll an item into view.
Syntax
'Declaration
 
Public Enum ScrollAnimation 
   Inherits System.Enum
public enum ScrollAnimation : System.Enum 
Members
MemberDescription
ContinuousA continuous scroll that must be told when to stop.
NextItemAn animation that will scroll the next item to the specified NextItemAlignment
PageAn animation that will scroll the next non-visible item into view.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also