access-like data navigation in WPF?
What would be the best way to build a data-navigation like in access-forms in XAML/C#? Should I build a user control (or even custom control) that I just bind to my collection in which I can put other controls? (hence this question: C# User Control that can contain other Controls (when using it) ) Or can I build something by deriving from then ItemsControl somehow? how? Or would this be done completely different today (like "this style of navigation is so last year!")? I'm relatively new to C# and all (not programming as such, but with more like "housewife-language" Access-VBA) also I'm no