Hopefully this is an appropriate question...
I'm playing around with WPF for the first time with the ultimate goal of eventually converting our program from a winforms app to a WPF app. Our app currently uses a MDI form as the main form, to allow for multiple open windows to display data and such.
In WPF, whats the best practice for displaying multiple sets of data?
I've seen the tab method in VS 2010, but is this the best way? What other methods are there?
We are only in the early stages of figuring out what we want the updated program to behave like, and I don't know much about WPF yet, so if there is a better question I should be asking, let me know. Or if this should be a wiki question.