About 52 results
Open links in new tab
  1. WPF: TreeView inside a ComboBox - Stack Overflow

    I'm trying to put a TreeView inside a ComboBox in WPF so that when the combo box is dropped, instead of a flat list the user gets a hierarchical list and whatever node they select becomes the selec...

  2. How do I set an image for some but not all nodes in a TreeView?

    Nov 4, 2008 · I have a TreeView windows forms control with an ImageList, and I want some of the nodes to display images, but the others to not have images. I don't want a blank space where the image …

  3. How to programmatically select an item in a WPF TreeView?

    How is it possible to programmatically select an item in a WPF TreeView? The ItemsControl model seems to prevent it.

  4. Data binding to SelectedItem in a WPF Treeview - Stack Overflow

    Jun 16, 2009 · How can I retrieve the item that is selected in a WPF-treeview? I want to do this in XAML, because I want to bind it. You might think that it is SelectedItem but apparently that does not exist is

  5. c# - Customize treeview - Stack Overflow

    Mar 22, 2017 · Is there a way to customize a winform treeview to get something like ? The purpose is to have one color by parent item an define a triangle instead of +/- icons to develop item.

  6. How to implement a simple TreeView using ASP.NET MVC

    Oct 26, 2019 · I am a newbie on web development, and I want to build a very simple website using VS2019, based on MVC structure. I need to create a treeview in a webpage, with selectable node, as …

  7. c# - Creating custom TreeView/TreeNode - Stack Overflow

    I need to extend the TreeNode class such that I can add custom properties to each node (seeing as WebForms TreeNode doesn't include the Tag property). So this is my CustomTreeNode: public class

  8. Newest 'treeview' Questions - Stack Overflow

    I have a treeview with various controls in a treeviewItem, Textblocks, textboxes, checkboxes, and radio buttons. The problem is strictly cosmetic and only applies to when the treeview node is selected....

  9. c# - TreeView with columns - Stack Overflow

    Feb 6, 2011 · Drag a listview and drop this over the treeview which was already placed in the form. Create columns in the listview as you need. Set the 'HeaderStyle' property to 'Nonclickable' and …

  10. c# - populate treeview from a list of path - Stack Overflow

    Suspect it's due to adding each node to the treeview one at a time. I've got nearly 20k paths from our work item management system and this approach ends up throwing ContextSwitchDeadlock …