how to bind TabControl to ObservableCollection of ViewModels? I can’t write DataTemplates… more precisely, how to specify what’s in the title and what’s in the body of each TabItem.
I would appreciate mini XAML example, please.
how to bind TabControl to ObservableCollection of ViewModels? I can’t write DataTemplates… more precisely,
Share
Header is specified by
ItemTemplate, body is specified byContentTemplate.e.g.
If you have trouble with bindings and datatemplates read the overviews first:
Data Binding Overview
Data Templating Overview