Hello,
It might be just because it is late, but I cannot seem to find the code for the control that is driving the navigation of the RadControls for WPF application. I am referring to the panel on the left side of the screen just under the Search box. It contains a hierarchy of demo pages to visit. It looks like it might be a RadPanelBar, but I cannot confirm this. Can someone help me out and perhaps point me to where this is implemented in the demo app?
Thanks,
Mark.
It might be just because it is late, but I cannot seem to find the code for the control that is driving the navigation of the RadControls for WPF application. I am referring to the panel on the left side of the screen just under the Search box. It contains a hierarchy of demo pages to visit. It looks like it might be a RadPanelBar, but I cannot confirm this. Can someone help me out and perhaps point me to where this is implemented in the demo app?
Thanks,
Mark.
4 Answers, 1 is accepted
0
Hello Mark,
The control is actually RadTreeView with predefined style and template. The control declaration is in the Telerik.WIndows.QuickStart assembly and this is why you cannot find it. We are planning to include the whole source code of the QuickStart.dll in the near future.
Let us know if you have more questions.
The control is actually RadTreeView with predefined style and template. The control declaration is in the Telerik.WIndows.QuickStart assembly and this is why you cannot find it. We are planning to include the whole source code of the QuickStart.dll in the near future.
Let us know if you have more questions.
Best wishes,
Kaloyan
the Telerik team
Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
Kaloyan
the Telerik team
Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
0
Brett Robichaud
Top achievements
Rank 1
answered on 04 Feb 2010, 09:03 PM
Has any movement been made on this? I too was baffled when I could not find where the xaml and code for this control lives.
In looking at the demo I am actually really confused as to the makeup of the overall containing window. Where is the main window frame?The only thing I can find is the HomePage.xaml which appears to just be the right hand content view of the main application. Then there is the StartupPage.xaml but I don't see how that get's tied into anything.
I am a WPF newbie so pardon my ignorance if this is obvious.
0
Hello Brett Robichaud,
We are sorry but right now we are not planning to include the source code of our demos for the Q1 2010. Let us know if you are interested in some particular parts or source code that we can send you.
Sincerely yours,
Kaloyan
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
We are sorry but right now we are not planning to include the source code of our demos for the Q1 2010. Let us know if you are interested in some particular parts or source code that we can send you.
Sincerely yours,
Kaloyan
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Brett Robichaud
Top achievements
Rank 1
answered on 10 Feb 2010, 03:48 PM
I am interested in the source code to the overall frame of this demo app. I'd like to see how you designed and coded the left hand list control and it's interaction with the right hand pane that is swapped out via selections in the left list control.
Is it possible to get that source code and xaml?