Skip to main content

WPF Pivot Grid: MVVM Support

When engineering a WPF application using the Model View ViewModel (MVVM) architectural pattern, you may be required to describe different elements of the Pivot Grid control in a Model or ViewModel. The Pivot Grid can be bound to a collection of objects containing element settings, described in a Model or ViewModel, thus minimizing the need for ‘code-behind’.

Topics in this section: