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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI