About 174,000 results
Open links in new tab
  1. Advanced WPF TreeViews Part 2 of n - CodeProject

    Sep 18, 2017 · Index Virtualization TreeView Virtualization Lazy Loading TreeView Items Efficiently Loading and Browsing Nodes Summary References Virtualization The term …

  2. Advanced WPF TreeViews Part 1 of n - CodeProject

    Sep 5, 2017 · Explore advanced tips and tricks for WPF TreeViews in this comprehensive guide to enhance your application development skills.

  3. Rebuild an iOS-style TreeView custom control using WPF

    Oct 2, 2024 · Introduction This article demonstrates how to create a custom TreeView control in WPF, styled after the Cupertino design. The "Cupertino TreeView" project shows how to build …

  4. A Simple WPF Explorer Tree - CodeProject

    Nov 9, 2007 · Right click on my project in VBStudio, add a new folder named "Images" add the 2 png files in that, right click again on my project, add a wpf c# class, paste your code in it, …

  5. Filling the WPF TreeView with Multilevel Hierarchy Data

    Aug 24, 2019 · Download demo - 46.6 KB Download source - 3.3 KB Introduction The code fills WPF TreeView with a multilevel hierarchical data. It steps through all the levels of hierarchy, …

  6. A WPF MVVM In-Place-Edit TextBox Control - CodeProject

    Jul 30, 2014 · Learn how to implement a WPF MVVM in-place-edit TextBox control for renaming items, inspired by the Windows Explorer rename functionality.

  7. Searchable WPF TreeView - CodeProject

    Jan 29, 2014 · The TreeView Style The Style of the TreeView mainly deals with the visual aspects of the TreeView, such as setting an ItemTemplate that has both an icon and the name of the …

  8. Add Icons in WPF Tree View - CodeProject

    Apr 22, 2008 · But in WPF, there is no direct support of adding the images at nodes of Tree View. Background As I mentioned above, in Windows Forms Tree View the process of adding the …

  9. WPF TreeView with in-place editing - CodeProject

    Apr 7, 2015 · This simple WPF user control allows in-place editing headers of particular items in a TreeView control using HierarchicalDataTemplate

  10. Graph Tree Custom Layout Style for WPF TreeView Control

    May 23, 2011 · Firstly, those from Josh Smith provided the examples of how to re-style the TreeView control. Custom TreeView Layout in WPF Advanced Custom TreeView Layout in …