Hi -- Newbie here! Just bought the wizard control for WPF.
The help file shows some XAML code to enable one of the stock transition schemes, but when I past that code in VS2008 complains about "shared:"
<wizard:Wizard.TransitionSelector>
<shared:MultiTransitionSelector>
<shared:BarWipeTransition />
</shared:MultiTransitionSelector>
</wizard:Wizard.TransitionSelector>
I have added two references to my solution explorer - Actipro Wizard and Actipro Shared.
I could be making a rookie mistake here so don't assume I know much<g>
Best
Harry
The help file shows some XAML code to enable one of the stock transition schemes, but when I past that code in VS2008 complains about "shared:"
<wizard:Wizard.TransitionSelector>
<shared:MultiTransitionSelector>
<shared:BarWipeTransition />
</shared:MultiTransitionSelector>
</wizard:Wizard.TransitionSelector>
I have added two references to my solution explorer - Actipro Wizard and Actipro Shared.
I could be making a rookie mistake here so don't assume I know much<g>
Best
Harry