Controls/ListView: Difference between revisions

From Wiki Maui Linux NET
Jump to navigation Jump to search
Created page with "{{ElementSpec | title=ListView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/listview | introduced=MAUI 6.0 (.NET 6) | deprecated=.NET 10 | notes=Deprecated — migrate to '''CollectionView''' for new work. | props=No <tr><td>ItemsSource</td><td>?</td><td></td><td></td></tr> <tr><td>ItemTemplate</td><td>?</td><td></td><td></td></tr> <tr><td>SelectedItem</td><td>?</td><td></td><td></td></tr> <tr><td>SelectionMode</t..."
 
(No difference)

Latest revision as of 16:05, 17 October 2025


ListView

Kind
Control
Microsoft Docs
ListView documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
.NET 10
Notes
Deprecated — migrate to CollectionView for new work.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes

No

ItemsSource?
ItemTemplate?
SelectedItem?
SelectionMode?Single/Multiple
Header?
Footer?
IsPullToRefreshEnabled?Legacy refresh