Showing posts with label WPF TreeView. Show all posts
Showing posts with label WPF TreeView. Show all posts

Saturday, October 13, 2007

Custom TreeView Layout in WPF

From this to
CustomTreeViewLayout_Before
this...

CustomTreeViewLayout_After

This article discusses how to customize the item layout in a WPF TreeView. The layout we will examine is quite similar to an "org chart", where each level of items is displayed in a horizontal row directly beneath their respective parent. Along the way we will see how the power of templates and styles in WPF can provide incredible flexibility for customizing an application's user interface.

This article is not for WPF beginners. It assumes that you already have knowledge of XAML, control templates, styles, triggers, hierarchical data templates, data binding, and other fundamentals of WPF.

Read more