ListView Constructors
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.
Overloads
ListView() |
Creates and initializes a new instance of the ListView class. |
ListView(ListViewCachingStrategy) |
Creates and initializes a new instance of the ListView class. |
ListView()
- Source:
- ListView.cs
- Source:
- ListView.cs
Creates and initializes a new instance of the ListView class.
public:
ListView();
public ListView ();
Public Sub New ()
Applies to
ListView(ListViewCachingStrategy)
- Source:
- ListView.cs
- Source:
- ListView.cs
Creates and initializes a new instance of the ListView class.
public:
ListView(Microsoft::Maui::Controls::ListViewCachingStrategy cachingStrategy);
public ListView (Microsoft.Maui.Controls.ListViewCachingStrategy cachingStrategy);
new Microsoft.Maui.Controls.ListView : Microsoft.Maui.Controls.ListViewCachingStrategy -> Microsoft.Maui.Controls.ListView
Public Sub New (cachingStrategy As ListViewCachingStrategy)
Parameters
- cachingStrategy
- ListViewCachingStrategy
A value that indicates how the List View should manage memory when displaying data items using a data template.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.