FunctionZero.Maui.Controls
2.2.0
See the version list below for details.
dotnet add package FunctionZero.Maui.Controls --version 2.2.0
NuGet\Install-Package FunctionZero.Maui.Controls -Version 2.2.0
<PackageReference Include="FunctionZero.Maui.Controls" Version="2.2.0" />
paket add FunctionZero.Maui.Controls --version 2.2.0
#r "nuget: FunctionZero.Maui.Controls, 2.2.0"
// Install FunctionZero.Maui.Controls as a Cake Addin #addin nuget:?package=FunctionZero.Maui.Controls&version=2.2.0 // Install FunctionZero.Maui.Controls as a Cake Tool #tool nuget:?package=FunctionZero.Maui.Controls&version=2.2.0
FunctionZero.Maui.Controls
Breaking news
The ListViewZero and TreeViewZero now use native scrollbars and therefore we gain all the platform goodness like
mouse-support, velocity and acceleration management etc.
Big shout out to Jeff Siemens for the PR making all that happen, as well as fixing linting errors and a VSM ItemFocused issue!
ListViewZero
Android, iOS, MacCatalyst, Tizen, Windows
- Fast
- Fully virtualized
- Easily customisable by Style and ControlTemplate
- Allows TwoWay binding directly to the ScrollOffset
- SelectionModes None, Single and Multiple
TreeViewZero
Android, iOS, MacCatalyst, Tizen, Windows
- Fast
- Fully virtualized
- Easily customisable by Style and ControlTemplate
- Allows TwoWay binding directly to the ScrollOffset
- SelectionModes None, Single and Multiple
- DataBind to your existing tree-data
- Specify DataTemplates by node-type in xaml, or arbitrarily in csharp
for all MAUI platforms!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-android33.0 is compatible. net7.0-ios16.1 is compatible. net7.0-maccatalyst16.1 is compatible. net7.0-windows10.0.19041 is compatible. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-windows was computed. |
-
net7.0-android33.0
- FunctionZero.TreeListItemsSourceZero (>= 1.1.0-beta)
-
net7.0-ios16.1
- FunctionZero.TreeListItemsSourceZero (>= 1.1.0-beta)
-
net7.0-maccatalyst16.1
- FunctionZero.TreeListItemsSourceZero (>= 1.1.0-beta)
-
net7.0-windows10.0.19041
- FunctionZero.TreeListItemsSourceZero (>= 1.1.0-beta)
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 | 562 | 3/31/2024 |
8.0.0.4 | 129 | 3/28/2024 |
8.0.0.3-pre3 | 104 | 3/12/2024 |
8.0.0.3-pre2 | 79 | 3/12/2024 |
8.0.0.3-pre1 | 96 | 3/12/2024 |
8.0.0.2-pre9 | 106 | 2/26/2024 |
8.0.0.2-pre8 | 95 | 2/26/2024 |
8.0.0.2-pre7 | 113 | 2/20/2024 |
8.0.0.2-pre6 | 131 | 2/18/2024 |
8.0.0.2-pre5 | 161 | 1/7/2024 |
8.0.0.2-pre4 | 212 | 11/26/2023 |
8.0.0.1 | 483 | 11/1/2023 |
8.0.0.1-pre3 | 101 | 10/21/2023 |
8.0.0.1-pre2 | 72 | 10/21/2023 |
8.0.0.1-pre1 | 82 | 10/21/2023 |
8.0.0 | 133 | 10/21/2023 |
8.0.0-pre1 | 82 | 10/14/2023 |
2.3.4-pre2 | 360 | 8/26/2023 |
2.3.4-pre1 | 168 | 7/31/2023 |
2.3.1.7 | 443 | 4/21/2023 |
2.3.1.4 | 218 | 4/20/2023 |
2.3.1.3 | 227 | 4/20/2023 |
2.3.1 | 253 | 4/19/2023 |
2.2.0 | 290 | 3/27/2023 |
2.1.0 | 344 | 2/13/2023 |
2.0.1-pre2 | 197 | 2/7/2023 |
2.0.0 | 581 | 9/11/2022 |
2.0.0-pre0 | 191 | 9/10/2022 |
1.0.2 | 471 | 8/24/2022 |
1.0.1 | 483 | 7/31/2022 |
1.0.0 | 460 | 7/31/2022 |
Native scroll-bars, velocity management, mouse support etc.