Hi all,
I want to add my toolbar inside the toolbarpanel in codebehind. I saw one example of button & canvas panel.
Here is the code:
Canvas.SetLeft(newButton, containerPoint.X - objectPoint.X); Canvas.SetTop(newButton, containerPoint.Y - objectPoint.Y);
how can i achive samething with toolbar & toolbarpanel instead of using canvas & butoon?
Thanks Ashish