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

WPF Demo App

1 Answer 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mark
Top achievements
Rank 1
mark asked on 24 Apr 2009, 08:25 AM
Hi,
just loaded up the eval WPF Controls. I browsed through the demos and the only problem I found was with database access configuration (but I'm not too worried about that). What I did notice was the demo itself!  On my install the documentation reports as being corrupt (after install, uninstall and install) so I'm unable to look in there, but do you publish details of the application itself? Particularly the Navigation panel on the left :-) The source seems to be only partly supplied with the remainder being in Telerik.Windows.Quickstart.dll.
How is the Navigation panel put together? How does it slide the demo's in and out?

thanks
mark

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 27 Apr 2009, 03:30 PM
Hello mark,

Thank you for writing to us.

The online WPF demos' type is Navigation application. This exposes some of the useful classes and methods such as NavigationService. The NavigationService class provides methods called Navigate. This methods have four overloads and some useful events - Navigated, Navigating, etc.  You can specify as parameters of these events the target object you want to navigate to. In the NavigationService events handlers you can define your custom logic, like animation which will be applied during navigation, loading the source and target elements.

Let us know if you need more information.

All the best,
Kaloyan
the Telerik team

Instantly find answers to your questions on the newTelerik Support Portal.
Check out the tipsfor optimizing your support resource searches.
Tags
General Discussions
Asked by
mark
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or