Hi
I am trying to add the Toolbox controls along with default Microsoft Visual Studio toolbox window for Xamarin, after install the Custom NuGet packages instead of install the custom Tool Box Extension since the toolbox has been enable for the Xaml pages.
I have tried add the tools folder with the VisualStudioToolSDKmanifest.xml file along with my sample NuGet package. But don't have luck. The controls are showing in the default Visual Studio Xamarin Toolbox. But I can't drag and Drop the control in the XAML file since the controls are disabled in the toolbox window.
The above method has been worked on the WPF and UWP Xaml pages. But not working in the Xamarin project xaml pages.
Is there any problem in xamarin XAML file to show the toolbox control through the NuGet packages?
Could you please any one suggestion to achieve this?
Thanks,
Ganesan R.