Windows.UI.Xaml.Controls.ListViewBase

June 22, 2022 ยท View on GitHub

-description

Provides the infrastructure for the ListView and GridView classes.

-remarks

For user interface purposes, ListViewBase should be thought of as an abstract base class. Use ListView or GridView instead. The main difference between ListView and GridView is that ListView has a vertical/portrait orientation and GridView has a horizontal/landscape orientation. For more info, see ListView and GridView controls.

ListViewBase derived classes

ListViewBase is the parent class for GridView and ListView.

Version history

Windows versionSDK versionValue added
160714393IsDragSource
160714393SingleSelectionFollowsFocus
170315063PrepareConnectedAnimation
170315063TryStartConnectedAnimationAsync

-examples

-see-also

Selector, ListView, GridView, ISemanticZoomInformation, ListView and GridView controls, Drag and drop sample