Click here to Skip to main content
16,008,183 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Dependancy Property issue Pin
riddle20007-Apr-08 22:56
riddle20007-Apr-08 22:56 
QuestionIs WPF TreeView binding supposed to work like this (no collapse triangle)? [modified] Pin
artwallacex2-Apr-08 22:44
artwallacex2-Apr-08 22:44 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
User 2710093-Apr-08 3:54
User 2710093-Apr-08 3:54 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
artwallacex3-Apr-08 5:43
artwallacex3-Apr-08 5:43 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
User 2710093-Apr-08 5:51
User 2710093-Apr-08 5:51 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
artwallacex3-Apr-08 6:06
artwallacex3-Apr-08 6:06 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
User 2710093-Apr-08 6:10
User 2710093-Apr-08 6:10 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? [modified] Pin
artwallacex3-Apr-08 6:14
artwallacex3-Apr-08 6:14 
So you're saying that the databinding is not supposed to take care of that? The child nodes must be added before the parent item is added to the list?

And again, running this code:
TreeNodeList.Add(tn1); // Produces item with no expander!

tn1.Children.Add(tn2);
tn1.Children.Add(tn3);

without the 2nd Add will still show all of the child elements, just without the expander. Double clicking the parent item will draw the child elements and the parent & children will produce events just like the others in the list.

modified on Thursday, April 3, 2008 12:27 PM

GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
User 2710093-Apr-08 6:33
User 2710093-Apr-08 6:33 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
artwallacex3-Apr-08 6:47
artwallacex3-Apr-08 6:47 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
User 2710093-Apr-08 6:57
User 2710093-Apr-08 6:57 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Pin
artwallacex3-Apr-08 7:06
artwallacex3-Apr-08 7:06 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Found the solution Pin
User 2710093-Apr-08 7:30
User 2710093-Apr-08 7:30 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Found the solution [modified] Pin
artwallacex3-Apr-08 7:42
artwallacex3-Apr-08 7:42 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Found the solution Pin
User 2710093-Apr-08 7:44
User 2710093-Apr-08 7:44 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Found the solution Pin
artwallacex3-Apr-08 8:00
artwallacex3-Apr-08 8:00 
GeneralRe: Is WPF TreeView binding supposed to work like this (no collapse triangle)? Found the solution Pin
User 2710093-Apr-08 8:07
User 2710093-Apr-08 8:07 
QuestionTable like control to set width in percentages Pin
djdajo2-Apr-08 22:13
djdajo2-Apr-08 22:13 
GeneralRe: Table like control to set width in percentages Pin
artwallacex2-Apr-08 22:49
artwallacex2-Apr-08 22:49 
GeneralRe: Table like control to set width in percentages [modified] Pin
djdajo2-Apr-08 22:53
djdajo2-Apr-08 22:53 
GeneralSilverlight 2 (beta1) Known Issues and workarounds (if any) Pin
Michael Sync2-Apr-08 4:17
Michael Sync2-Apr-08 4:17 
GeneralRe: Silverlight 2 (beta1) Known Issues and workarounds (if any) Pin
User 2710092-Apr-08 9:35
User 2710092-Apr-08 9:35 
GeneralRe: Silverlight 2 (beta1) Known Issues and workarounds (if any) Pin
User 27100911-Apr-08 21:45
User 27100911-Apr-08 21:45 
GeneralRe: Silverlight 2 (beta1) Known Issues and workarounds (if any) Pin
Michael Sync12-Apr-08 4:18
Michael Sync12-Apr-08 4:18 
GeneralRe: Silverlight 2 (beta1) Known Issues and workarounds (if any) Pin
User 27100912-Apr-08 4:20
User 27100912-Apr-08 4:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.