VirtualizingStackPanel.PageDown Method
.NET Framework 3.5
Updated: July 2008
Scrolls content downward by one page.
Assembly: PresentationFramework (in PresentationFramework.dll)
You can override PageDown in a derived class to change how the stack panel responds to the page down action.
If you require physical scrolling instead of logical scrolling, wrap the VirtualizingStackPanel in a ScrollViewer and set its CanContentScroll property to false. In this case, the ScrollViewer provides scrolling, and virtualization is disabled.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.