# |
Chapters & Strategies |
Topics |
1 |
Introduction to WPF
|
- Why WPF?
- What Is WPF?
- .NET Framework 3.0 (WinFX)
- WPF Overview
- Application and Window
- A Simple WPF Application
- Using Visual Studio
- Brushes
- Panels
|
2 |
XAML
|
- Role of XAML
- Elements and Attributes
- Namespaces
- Property Elements
- Type Converters
- Content Property
- Collections
- XAML and Procedural Code
|
3 |
WPF Controls
|
- Button
- Label
- TextBox
- ToolTip
- RadioButton
- CheckBox
- ListBox
- ComboBox
|
4 |
Layout
|
- Sizing
- Positioning
- Transforms
- Canvas
- Drawing Shapes
- StackPanel
- WrapPanel
- DockPanel
- Grid
- Scrolling
- Scaling
|
5 |
Dialogs
|
- Message Boxes
- Win32 Common Dialogs
- Custom Modal Dialogs
- Custom Modeless Dialogs
|
6 |
Menus and Commands
|
- Menus
- Context Menus
- Icons on Menu Items
- Commands
- Keyboard Shortcuts
- Disabling Menu Items
- Checking Menu Items
|
7 |
Toolbars and Status Bars
|
- Toolbars
- Toolbars and Commands
- Status Bars
|
8 |
Dependency Properties and Routed Events
|
- Dependency Properties
- Change Notification
- Property Value Inheritance
- Support for Multiple Providers
- Routed Events
- Routing Strategies
|
9 |
Resources
|
- Resources in WPF
- Binary Resources
- Logical Resources
- Static versus Dynamic Resources
|
10 |
Styles, Templates, Skins and Themes
|
- Styles
- Style Sharing
- Triggers
- Templates
- Templated Parent’s Properties
- Skins
- Themes
|
11 |
Data Binding
|
- Binding Sources
- Sharing Sources with DataContext
- Data Templates
- Value Converters
- Collection Views
- Data Providers
- Validation Rules
|