WPF Navigation

M

Manj

Hi,

I have a WPF GUI in c#. I need to navigate to different pages as in a
Wizard application on a button click event of the wpf GUI.
e.g. if I click "RepeatOperation" button on the GUI it should display the
different operations performed earlier in different pages in linear fashion.
As the GUI window is not derived from the NavigationWindow, I don't have
the Navigate() event.

Any idea how to do it? Any help will be much appriciated.

Cheers.

Manj.
 
N

Nicholas Paldino [.NET/C# MVP]

Manj,

Well, it kind of begs the question, if you need a wizard-type app, and
require navigation capabilities, then why aren't you using a
NavigationWindow?
 
M

Manj

Hi Nicholas,

Thanks for your reply. The GUI Window contains so many other controls
(tabcontrols, buttons, charts etc.). If I derive it from NavigationWindow it
gives the error in XAML "The type NavigationWindow does not support direct
content".

Cheers,

Manjree


Nicholas Paldino said:
Manj,

Well, it kind of begs the question, if you need a wizard-type app, and
require navigation capabilities, then why aren't you using a
NavigationWindow?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Manj said:
Hi,

I have a WPF GUI in c#. I need to navigate to different pages as in a
Wizard application on a button click event of the wpf GUI.
e.g. if I click "RepeatOperation" button on the GUI it should display the
different operations performed earlier in different pages in linear
fashion.
As the GUI window is not derived from the NavigationWindow, I don't have
the Navigate() event.

Any idea how to do it? Any help will be much appriciated.

Cheers.

Manj.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top