About 50 results
Open links in new tab
  1. 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

  2. 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.

  3. How to create a tree view with checkboxes in Python

    Feb 24, 2011 · I made a treeview class with checkboxes inheriting ttk.Treeview, but the checkboxes are not ttk.Checkbutton but images of checked, unchecked and tristate checkboxes.

  4. 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

  5. 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 …

  6. Creating a WPF Hybrid Control (TreeView - Stack Overflow

    I need to create a TreeView that hold synchronized data, like a DataGrid. To clarify, take a look at this image: So, I have a TreeView at left side with columns at right side. The data will come f...

  7. TreeView with custom drawn TreeNode - Stack Overflow

    Oct 14, 2009 · Assuming you are using .net and Windows Forms. You must set DrawMode property of TreeView to TreeViewDrawMode.OwnerDrawAll. Once you do this, treeview's DrawNode event will …

  8. Get the Parent node of a Child in WPF C# TreeView

    Mar 12, 2015 · I have a TreeView control in my WPF Window and I have parent nodes and child nodes in it. I would like to store them in a List of type Node (id, name, parent). I got the name of the …

  9. How to Iterate through all nodes of a treeView Control. C#

    Sep 23, 2016 · How to Iterate through all nodes of a treeView Control. C# Asked 12 years, 4 months ago Modified 9 years, 5 months ago Viewed 52k times

  10. How to change my treeView icons insted of +,- like a windows explorer ...

    How to change my treeView icons insted of +,- like a windows explorer treeview in c#.net win forms [duplicate] Asked 13 years, 2 months ago Modified 9 years, 6 months ago Viewed 14k times