Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!

I'm using Silverlight Toolkit for silverlight 3, and I tried to do your example in a silverlight 3 project using vb but I encountered a problem, neither the treeviewitem or the TreeView have the Expanded event so I can't use the

Private Sub OnExpanded(ByVal sender As Object, ByVal e As RoutedEventArgs)

to load the sub items for an expanded item. Do you why the treeview control using vb doesn't have this event or how can I created

Any help would be appreciated

Antonio Alfaro
Posted

1 solution

vianneyalfaro wrote:
and I tried to do your example

You have not posted a link to the example yhou are talking about.
I am assuming it is this one.

Based on this article, I dont think OnExpanded is a treeview event. Check on the silverlight toolkit website to see if this is a treeview or treeviewitem event.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900