Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.84 KB

listviewbase.md

File metadata and controls

39 lines (24 loc) · 1.84 KB
-api-id -api-type
T:Windows.UI.Xaml.Controls.ListViewBase
winrt class

Windows.UI.Xaml.Controls.ListViewBase

-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 version SDK version Value added
1607 14393 IsDragSource
1607 14393 SingleSelectionFollowsFocus
1703 15063 PrepareConnectedAnimation
1703 15063 TryStartConnectedAnimationAsync

-examples

-see-also

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