Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions Extension/NETMAUI-Extension/Toolbox-Control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
layout: post
title: Toolbox Control | .NET MAUI | Syncfusion
description: Syncfusion .NET MAUI Toolbox to add the Syncfusion .NET MAUI (.NET MAUI.Forms) controls in your project without coding in the Visual Studio designer.
platform: Extension
control: Syncfusion Extensions
documentation: ug
---

# Syncfusion Toolbox for .NET MAUI

The Syncfusion Visual Studio Toolbox for the .NET MAUI platform is a valuable resource for developers seeking to seamlessly incorporate the Syncfusion .NET MAUI components into their applications. Designed to be compatible with Visual Studio 2022, this toolbox offers a streamlined workflow, simplifying the integration and configuration process of Syncfusion components.

I> The Syncfusion .NET MAUI Toolbox supports Visual Studio 2022 and is available from Essential Studio 2023 Volume 2(v22.1.34) onwards.

> To check whether the **.NET MAUI Extensions - Syncfusion** extension is installed or not in Visual Studio Extension Manager by navigating to **Extension > Manage Extensions > Installed** for Visual Studio 2022. If this extension is not installed, follow the steps outlined in the [download and installation](download-and-installation) help topic to install the extension.

## Launching Syncfusion .NET MAUI Toolbox from the Syncfusion menu

To launch the Syncfusion .NET MAUI Toolbox from the Syncfusion menu in Visual Studio 2022, follow these steps:
1. Open Visual Studio 2022.
2. Go to the **Extensions** menu at the top of the Visual Studio window.
3. Click on **Syncfusion** within the **Extensions** menu.
4. In the Syncfusion submenu, locate and click on **Essential Studio for .NET MAUI**.
5. From the **Essential Studio for .NET MAUI** submenu, select **Launch .NET MAUI Toolbox**.
This toolbox provides a set of tools and features to easily incorporate Syncfusion .NET MAUI components into your .NET MAUI application.

![Syncfusion .NET MAUI Custom Toolbox via Syncfusion menu](images/ToolboxSyncfusionMenu.png)

## Launching Syncfusion .NET MAUI Toolbox from the View menu

To launch the Syncfusion .NET MAUI Toolbox from the View menu in Visual Studio 2022, simply follow these steps:
1. Open Visual Studio 2022.
2. At the top menu, click on **View**.
3. From the drop-down menu, select **Other Windows**.
4. In the sub-menu that appears, click on **Syncfusion .NET MAUI Toolbox**.
This toolbox provides a set of tools and features to easily incorporate Syncfusion .NET MAUI components into your .NET MAUI application.

![Syncfusion .NET MAUI Custom Toolbox view menu](images/ToolboxViewMenu.png)

## Add Syncfusion .NET MAUI Toolbox Components

To incorporate Syncfusion .NET MAUI components into your XAML design file, you can easily add them by dragging and dropping them from the toolbox. This intuitive approach automatically inserts the component's code sample and namespace into your XAML file, while also taking care of installing necessary NuGet packages.

![Syncfusion .NET MAUI Toolbox Wizard](images/ToolboxComponents.gif)

Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions extension-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
<li><a href="/extension/netmaui-extension/overview">Overview</a></li>
<li><a href="/extension/netmaui-extension/download-and-installation">Download and Installation</a></li>
<li><a href="/extension/netmaui-extension/template-studio">Template Studio</a></li>
<li><a href="/extension/netmaui-extension/Toolbox-Control">Toolbox Control</a></li>
</ul>
</li>

Expand Down