treeviewitem
silverlight 4 treeview silently throws Binding Errors
So I have a silverlight treeview control bound to the type below, I set the DataContext of my page to an instance of my ViewModel which has a Divisions property that is a List of RmDivision objects.[详细]
2023-02-10 03:04 分类:问答WPF Treeview Expand only to a certain depth?
I have a TreeView that is databound. I would like to expand the TreeViewItems but only to a depth of lets say 3.[详细]
2023-02-07 23:53 分类:问答How to prevent selection of a TreeViewItem based on a condition
I have wpf TreeView -- bound to开发者_运维问答 some data. The Treeview resides on the left hand of a window divided into two areas where the tree is the navigation and a panel on the right side change[详细]
2023-02-07 19:39 分类:问答How can I specify which TreeViewItem Style/Template for a TreeViewItem Generated from HierarchicalDataTemplate?
The Situation: I have two classes that are represented in a TreeView.DiskSpec and DiskSet.DiskSpec can exist by itself, or it can be a child of DiskSet.I am working on enabling DragDrop functionality[详细]
2023-02-05 03:03 分类:问答Custom WPF TreeViewItem style is behaving incorrectly when databound
I have adapted a TreeViewItemStyle to my need and it works great when I have hardcoded my TreeViewItems like so:[详细]
2023-02-04 20:08 分类:问答WPF: Highlight TreeView Item Displaying Context Meu
I am using a TreeView for filters selection. Different categories on the TreeView start different filters, that may take up to 3 seconds to run.[详细]
2023-02-03 02:22 分类:问答WPF- Is there a way to stop TreeViewItems from becoming selected and activated when their parent TreeViewItem is selected?
I have a control template for TreeViewI开发者_JS百科tems and instead of showing the normal FocusVisualStyle I have a MultiTrigger set up like this:[详细]
2023-02-02 23:58 分类:问答WPF TreeViewItem not expanding from code behind
I havethe following style defined for a TreeViewItem: <Style x:Key=\"{x:Type TreeViewItem}\" TargetType=\"{x:Type TreeViewItem}\">[详细]
2023-02-02 01:17 分类:问答HierarchicalDataTemplate Reference TreeViewItem from Converter
I have the need to adjust the margin of my treeviewitems according to the height of the parent treeviewitem.I tried to add a converter to the stackpanel in the hierarchicaldatatemplate but it doesn\'t[详细]
2023-01-30 05:18 分类:问答WPF Double Click TreeviewItem Child Node
I have a treeview Item as such in a treeview that will have a list bound to it: <TreeViewItem Name=\"tviOffline\" Foreground=\"Red\" FontWeight=\"Bold\"[详细]
2023-01-27 11:56 分类:问答