FunctionZero.Maui.Controls 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FunctionZero.Maui.Controls --version 2.0.0
NuGet\Install-Package FunctionZero.Maui.Controls -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FunctionZero.Maui.Controls" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FunctionZero.Maui.Controls --version 2.0.0
#r "nuget: FunctionZero.Maui.Controls, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FunctionZero.Maui.Controls as a Cake Addin
#addin nuget:?package=FunctionZero.Maui.Controls&version=2.0.0

// Install FunctionZero.Maui.Controls as a Cake Tool
#tool nuget:?package=FunctionZero.Maui.Controls&version=2.0.0

FunctionZero.Maui.Controls

ListViewZero

Android, iOS, MacCatalyst, Tizen, Windows

  1. Fast
  2. Fully virtualized
  3. Easily customisable by Style and ControlTemplate
  4. Allows TwoWay binding directly to the ScrollOffset
  5. SelectionModes None, Single and Multiple

TreeViewZero

Android, iOS, MacCatalyst, Tizen, Windows

  1. Fast
  2. Fully virtualized
  3. Easily customisable by Style and ControlTemplate
  4. Allows TwoWay binding directly to the ScrollOffset
  5. SelectionModes None, Single and Multiple
  6. DataBind to your existing tree-data
  7. Specify DataTemplates by node-type in xaml, or arbitrarily in csharp

for all MAUI platforms!

Documentation, Source and Sample App

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-android31.0 is compatible.  net6.0-ios was computed.  net6.0-ios15.4 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst15.4 is compatible.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows10.0.19041 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FunctionZero.Maui.Controls:

Package Downloads
FunctionZero.Maui.MvvmZero

An easy to use library for building cross-platform MAUI applications very quickly. Includes FunctionZero.zBind, allowing fully featured databinding to expressions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0.5 121 3/31/2024
8.0.0.4 93 3/28/2024
8.0.0.3-pre3 74 3/12/2024
8.0.0.3-pre2 53 3/12/2024
8.0.0.3-pre1 63 3/12/2024
8.0.0.2-pre9 60 2/26/2024
8.0.0.2-pre8 51 2/26/2024
8.0.0.2-pre7 72 2/20/2024
8.0.0.2-pre6 87 2/18/2024
8.0.0.2-pre5 110 1/7/2024
8.0.0.2-pre4 170 11/26/2023
8.0.0.1 355 11/1/2023
8.0.0.1-pre3 89 10/21/2023
8.0.0.1-pre2 62 10/21/2023
8.0.0.1-pre1 63 10/21/2023
8.0.0 107 10/21/2023
8.0.0-pre1 63 10/14/2023
2.3.4-pre2 272 8/26/2023
2.3.4-pre1 127 7/31/2023
2.3.1.7 397 4/21/2023
2.3.1.4 191 4/20/2023
2.3.1.3 203 4/20/2023
2.3.1 224 4/19/2023
2.2.0 267 3/27/2023
2.1.0 306 2/13/2023
2.0.1-pre2 167 2/7/2023
2.0.0 546 9/11/2022
2.0.0-pre0 161 9/10/2022
1.0.2 444 8/24/2022
1.0.1 449 7/31/2022
1.0.0 435 7/31/2022

Introducing ListViewZero - a high performance alternative to the MAUI ListView.
TreeViewZero now uses ListViewZero for rendering (instead of a CollectionView), leading to performance improvements, a substantially smaller memory footprint and fine control over the scroll-offset.