Sunday, 18 August 2013

WPF Design Time 'Page' Switching

WPF Design Time 'Page' Switching

I've written a custom WPF menu control (similar to a tab control, I
suppose) using a ListView to hold the headers, which then can be clicked
to switch to the appropriate page. The problem with this is, when I'm
coding up the XAML for windows that use the control I can't see anything
past the first page in the designer view.
Is there a way to let me switch the view within the Visual Studio designer?

No comments:

Post a Comment