Solved! Go to Solution.
... I just downloaded your toolbar library/assembly and then what is the instruction to follow?
Could you please explain?
<Canvas x:Name="VGraphicsTools" Visibility="Collapsed"
<Canvas x:Name="VGraphicsTools" Visibility="Visible"
I just downloaded the classes and added these into a class library project to work it as a custom control and then add this dll reference into my main project and added toolbar.theme.xaml into ResourceDictionary of app.xaml.
It worked for me. Thanks a lot..
No, you need not to remove the ESRI.ArcGIS.Client.Toolkit reference. you need to remove the namespace (ESRI.ArcGIS.Client.Toolkit.Toolbar)from the xaml and then add the toolbar control on the xaml page in the same way we add other toolkit controls.
Namespace will automatically added.
Thanks
Ankur