문제

I have a WPF page with a tab control and various tab items. Within one of the tab items, I want to present a two-step process, almost like a wizard. What combination of controls would accomplish this? I know I could use something like stackpanels with changing visibility, but I assume there has to be a better way than that?

도움이 되었습니까?

해결책

Free Extended WPF Toolkit™ Community Edition sports a nice Wizard control. You could use that within your tab item....

다른 팁

We used Avalon Wizard for our application and it worked out very nicely.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top