treeview
Apply TreeView bindings to non-expanded notes
I want to use a hierarchical TreeView which I will populate programmatically. My XAML file is as follows:[详细]
2023-04-08 01:24 分类:问答Excel Data to TreeView C#
I am looking to create a windows form that contains a tree view of data that I have in excel. I have the wi开发者_JAVA技巧ndows form I am just trying to figure out how to export the excel data into th[详细]
2023-04-08 01:09 分类:问答Treeview vs nested Expanders
Edit 2 : This is what i want to do with only 1 treeview : my treeview with outlook style http://img204.imageshack.us/img204/8218/sansreju.jpg[详细]
2023-04-08 00:44 分类:问答Which item was selected in my TreeView
In my application I build a TreeView by a binding. The ItemSource contains a list of items of type X.[详细]
2023-04-07 23:49 分类:问答Expand path in TreeView using view model
I have dates bounded to TreeView. There is a wrapper class for date. Dates groups by years and months. Wrapper class also has IsSelected and IsExpanded properties:[详细]
2023-04-07 16:43 分类:问答How to swap items in treeview control?
I have a treeview control: Parent Item 1 Child Item 1 Child Item 2 Child Item 3 Parent Item 2 Child Item 1 Child Item 2[详细]
2023-04-07 15:48 分类:问答VB.net Populate TreeView with DataSet using Parent-Child Relations
I\'m working on a program that allows me to edit XML data in a DataGridView.I have most everything working but I don\'t like my current TreeView Structure.[详细]
2023-04-07 15:01 分类:问答how to flatten a WPF TreeView
I need a control that behaves like a treeview (binds to a tree structure, expands child nodes based on IsExpanded property of bound object), yet displays data like the grid (no indenting, or toggle im[详细]
2023-04-07 14:48 分类:问答C# Getting List of Directories Using TreeView Node Information
I have couple of nodes in a Tree-view that user can drag to create child nodes etc. I am using couple of methods to retrieve the parent node list:[详细]
2023-04-07 12:19 分类:问答Can I add space between nodes in Forms.TreeView?
I want my System.Windows.Forms.TreeView to have spaces between all root nodes. For example, if they look like this:[详细]
2023-04-07 08:39 分类:问答