hierarchicaldatatemplate Questions
3
I have a class of MyClass<MyObject> and want to set it as the DataType for a HierarchicalDataTemplate.
What is the syntax for this in XAML? (I know how to set namespaces, I need just the syn...
Tacho asked 10/11, 2009 at 7:12
1
Solved
I have a bit of a complex situation with WPF Treeview Binding. I have spent the last 2 days trying Google it, and this is the closed I came up with, but it doesn't solve the issue.
Here is the situ...
Rollback asked 9/9, 2010 at 1:31
2
Solved
I have a WPF TreeView with 2 levels of data and 2 HierarchicalDataTemplate to format each level. From the HierarchicalDataTemplate at the second level, I need to bind a property in the class of the...
Conciliator asked 15/7, 2010 at 12:8
3
Solved
I am only two weeks into WPF so this is probably a trivial question. I have a collection "CellList" which has a few properties I would like to bind to a ToolTip so when I hover over a label informa...
Hammons asked 6/2, 2010 at 5:25
3
Solved
I have Menu in my app. I'm visualizing it using hierarchical data template:
<MenuItem Header="Main menu" ItemsSource="{Binding ApplicationMenu}" >
<MenuItem.ItemTemplate>
<Hiera...
Expectorate asked 18/12, 2009 at 12:54
4
Solved
I have a collection of Database objects, each containing collections of Schema objects and User objects. I want to bind them to a TreeView, but adding additional static levels in the hierarchy, so ...
Eipper asked 29/11, 2009 at 8:54
1
Solved
I'm not sure how to approach this: I want a TreeView that will display some simple data from a hierarchical data structure. As a basic example (In XML, cause it's easy to type):
<Node text="Roo...
Potheen asked 22/11, 2008 at 1:4
© 2022 - 2024 — McMap. All rights reserved.