Hi there,
I'm new to wpf and the extended wpf toolkit.
I need to write a wizard where the next page depends on some conditions, evaluated in the code backend.
Is there an easy way to accomplish this. I've tried something like:
NextPage="{Binding SomeString}"
but it doesn't seem to work.
Thank You in advance for any help.
Mateusz
I'm new to wpf and the extended wpf toolkit.
I need to write a wizard where the next page depends on some conditions, evaluated in the code backend.
Is there an easy way to accomplish this. I've tried something like:
NextPage="{Binding SomeString}"
but it doesn't seem to work.
Thank You in advance for any help.
Mateusz