Xceed-Toolkit-for-.NET-MAUI

Welcome to MauiToolkit by Xceed, your premier source for cutting-edge MAUI (Multi-platform App UI) Controls and Toolkits. Our meticulously designed suite provides developers with a comprehensive range of UI components that elevate the user experience across all platforms.

OTHER License

Stars
93

Bot releases are hidden (Show)

Xceed-Toolkit-for-.NET-MAUI - Toolkit for MAUI - v1.7.0 Latest Release

Published by XceedBoucherS 8 months ago

What's new in v1.7.0 ?

Released March 7, 2024

v1.7.0 provides 6 new controls to help you develop new Maui applications. They are a AutoCompleteTextBox, Calculator, Calendar, DropDownButton, DateTimePicker and Popup . These controls offer more flexibility than the ones in the framework or are completely new controls. This release also fixes some minors issues related to other controls. The MAUI Toolkit now runs on .NET8.

Want an easier way to install Toolkit for MAUI?

Toolkit for MAUI v1.7.0 is available on NuGet as of March 7, 2024.

.NET 8 notes:

Requires .NET 8 and up.

Instructions for using the Toolkit for MAUI binaries:

  • Install .NET 8 and .NET MAUI
  • Download the ToolkitMaui_Binaries
  • Right-click ToolkitMaui_Binaries.zip -> Properties -> Unblock
  • Unzip the ToolkitMaui_Binaries.zip
  • Add a using statement ("using Xceed.Maui.Toolkit;") to the top of .cs files
  • Add a new xmlns (for example, xmlns:xctk="http://schemas.xceed.com/maui/xaml/toolkit") to the top of XAML files
  • In your XAML, use the namespace prefix (in the above example, <xctk: ...>)
  • Make sure to call UseXceedMauiToolkit() in your MauiProgram.CreateMauiApp()
Xceed-Toolkit-for-.NET-MAUI - Toolkit for MAUI - v1.6.0

Published by XceedBoucherS 11 months ago

What's new in v1.6.0 ?

Released November 17, 2023

v1.6.0 provides 3 new controls to help you develop new Maui applications. They are a MaskedTextBox, a RadioButton and a FilePicker. These controls offer more flexibility than the ones in the framework or are completely new controls. This release also fixes some minors issues related to other controls.

Want an easier way to install Toolkit for MAUI?

Toolkit for MAUI v1.6.0 is available on NuGet as of November 17, 2023.

.NET 7 notes:

Requires .NET 7 and up.

Instructions for using the Toolkit for MAUI binaries:

  • Install .NET 7 and .NET MAUI
  • Download the ToolkitMaui_Binaries
  • Right-click ToolkitMaui_Binaries.zip -> Properties -> Unblock
  • Unzip the ToolkitMaui_Binaries.zip
  • Add a using statement ("using Xceed.Maui.Toolkit;") to the top of .cs files
  • Add a new xmlns (for example, xmlns:xctk="http://schemas.xceed.com/maui/xaml/toolkit") to the top of XAML files
  • In your XAML, use the namespace prefix (in the above example, <xctk: ...>)
  • Make sure to call UseXceedMauiToolkit() in your MauiProgram.CreateMauiApp()
Xceed-Toolkit-for-.NET-MAUI - Toolkit for MAUI - v1.5.0

Published by XceedBoucherS about 1 year ago

What's new in v1.5.0 ?

Released October 17, 2023

v1.5.0 provides new controls to help you develop new Maui applications. Some of the new controls include a Chart (Lines and Bars) which can contain many different series, a ColorCanvas to pick a color from various ways, more flexible Switches, CheckBoxes and TextBoxes, as well as a new Expander control. It also fixes some minors issues related to other controls.

Want an easier way to install Toolkit for MAUI?

Toolkit for MAUI v1.5.0 is available on NuGet as of October 26, 2023.

.NET 7 notes:

Requires .NET 7 and up.

Instructions for using the Toolkit for MAUI binaries:

  • Install .NET 7 and .NET MAUI
  • Download the ToolkitMaui_Binaries
  • Right-click ToolkitMaui_Binaries.zip -> Properties -> Unblock
  • Unzip the ToolkitMaui_Binaries.zip
  • Add a using statement ("using Xceed.Maui.Toolkit;") to the top of .cs files
  • Add a new xmlns (for example, xmlns:xctk="http://schemas.xceed.com/maui/xaml/toolkit") to the top of XAML files
  • In your XAML, use the namespace prefix (in the above example, <xctk: ...>)
  • Make sure to call UseXceedMauiToolkit() in your MauiProgram.CreateMauiApp()
Xceed-Toolkit-for-.NET-MAUI - Toolkit for MAUI - v1.0.1

Published by XceedBoucherS over 1 year ago

What's new in v1.0.1?

Released May 23, 2023

v1.0.1 provides new controls to help you develop new Maui applications. Some of the new controls include a flexible Border, a ContentControl, Button, RepeatButton and ToggleButton with generic Content, a Card control with shadow properties, a ButtonSpinner and many NumericUpDown controls to easily update the numeric value with a simple click or press action.

Want an easier way to install Toolkit for MAUI?

Toolkit for MAUI v1.0.1 is available on NuGet as of May 23, 2023.

.NET 7 notes:

Requires .NET 7 and up.

Instructions for using the Toolkit for MAUI binaries:

  • Install .NET 7 and .NET MAUI
  • Download the ToolkitMaui_Binaries
  • Right-click ToolkitMaui_Binaries.zip -> Properties -> Unblock
  • Unzip the ToolkitMaui_Binaries.zip
  • Add a using statement ("using Xceed.Maui.Toolkit;") to the top of .cs files
  • Add a new xmlns (for example, xmlns:xctk="http://schemas.xceed.com/maui/xaml/toolkit") to the top of XAML files
  • In your XAML, use the namespace prefix (in the above example, <xctk: ...>)
  • Make sure to call UseXceedMauiToolkit() in your MauiProgram.CreateMauiApp()