Originally published on my old Charteris blog

This is part 6 of the training course originally described here with parts 2,3, 4 and 5 available here, here, here and here respectively. So far we have covered WPF fundamentals, XAML, brushes, shapes, controls, styling, resources and layout.

Part6

  1. Data
    1. Binding class
      1. Converter property
      2. ElementName property
      3. Mode property
      4. Path property
      5. RelativeSource property
      6. XPath property
    2. LAB12 - Databinding elements to each other
    3. DataContext
    4. DataProviders
    5. LAB13 - Binding to an ObjectDataProvider
    6. DataTemplates
    7. DataTemplateSelector
  2. ItemsControl
    1. Introduction
    2. ItemsSource property
    3. ItemTemplate property
    4. ItemsPanel property
    5. ItemContainerStyle
    6. LAB14 - Using ItemControl with ItemsSource, ItemsPanelTemplate, ItemsPanel, ItemContainerStyle and DataTriggers

Download Part6.zip which includes a slide deck and the 3 labs. Code to get you started with the labs is included.