Silverlight 4 Treeview MVVM WCF
Posted
by
Coppermine
on Stack Overflow
See other posts from Stack Overflow
or by Coppermine
Published on 2010-09-24T17:04:45Z
Indexed on
2011/01/01
12:54 UTC
Read the original article
Hit count: 201
I'm having an issue with the treeview control from the silverlight 4 toolkit. I can't get it to view to display my data correctly, the toplevel items are shown but the childnodes are nowhere to be seen.
More info: I have a wcf service that delivers a list of Categories with nested subcategories to my viewmodel (I made sure to explicitly include my subcategory data). My viewmodel has an observable list property (wich is named Categories) with this data from my WCF service.
My ViewModel: _http://pastebin.com/0TpMW3mR My XAML: http://pastebin.com/QCwVeyYu
© Stack Overflow or respective owner