Hello,
Im pretty new to silverllight. I have a radTreeView and all I want to do is Expand all the nodes on the tree when the page loads. I have been trying this with ContainerBinding collection like this:
>
I have an expanded property on the viewmodel, and I just set it to true on new..( I dont really know what to do with it. ) :/
It is giving me no results... I tried the same thing with setting the style which also gave me no results.
and I tried ExpandAll() also. It seems like Im missing something, I feel this should be something pretty easy to do.
Thanks in advance for the help!