Telerik Toolbox for .NET MAUI on macOS
Telerik products support the Toolbox extension for Visual Studio (VS) on macOS. The Toolbox facilitates the process of adding Telerik controls to your .NET MAUI application.
Adding Controls with the Toolbox
- Install the Project Template for VS for macOS.
- In your project, navigate to the
MainPage.xaml
file. -
Click
MainPage.xaml
or any other XAML file inside your project. As a result, and if thetelerik.ui.for.maui.mpack
file has been successfully installed, you will be able to see the Toolbox window.Alternatively, in the top right corner in Visual Studio for macOS, find the Search field and type Toolbox.
-
Click the Toolbox option. As a result, you will be prompted to the window which contains the controls from the suite.
If the controls you see in the Toolbox are not the ones you need, make sure that you've added all the required references. Then, rebuild your project.
-
To embed the controls, drag one of them within your XAML file. As a result, the control definition will be added to your project and the needed namespace declarations will be mapped.