ScrollViewerViewChangingEventArgs.NextView 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 the view that the ScrollViewer will show next.
public:
property ScrollViewerView ^ NextView { ScrollViewerView ^ get(); };
ScrollViewerView NextView();
public ScrollViewerView NextView { get; }
var scrollViewerView = scrollViewerViewChangingEventArgs.nextView;
Public ReadOnly Property NextView As ScrollViewerView
Property Value
The view that the ScrollViewer will show next.