Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.24 KB

ReadMe.NuGet.md

File metadata and controls

40 lines (26 loc) · 1.24 KB

FunctionZero.Maui.Controls

Latest additions:

Built against NET 8.

AdaptedTabbedPage Workaround for MAUI bug 14572
AdaptedFlyoutPage Workaround for MAUI bug 13496

ExpanderZero A nice expander with configurable in/out animations.
MaskZero Too cool to talk about, just pull the code and see it for yourself! ;)

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