This is a migrated thread and some comments may be shown as answers.

Loading RadDiagramToolbox

1 Answer 83 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Frank Filippis
Top achievements
Rank 1
Frank Filippis asked on 13 Sep 2012, 07:16 PM
sorry new to WPF
i'm having trouble understanding how to load the RadDiagramToolbox from codebehind with the standard shape.

Any help is greatly appreciated

FF

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 14 Sep 2012, 08:04 AM
Hello Frank,

 Please find a attached a project which shows the proper Templates you need and how to load the ItemSource in code behind:

this.toolbox.ItemsSource = new HierarchicalGalleryItemsCollection();   
Actually both the XAML and code behind are similar to the ones in our DiagramToolBox Demo.

Greetings,
Petar Mladenov
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

Tags
Diagram
Asked by
Frank Filippis
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or