Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How to associate the links with the Silverlight treeview items
WhatsApp
Vijai Anand Ramalingam
13y
4.9
k
0
0
25
Blog
Silverlight TreeView Control:
http://www.c-sharpcorner.com/UploadFile/anavijai/7011/
http://www.c-sharpcorner.com/UploadFile/anavijai/7026/
Associate Links with the Silverlight Treeview items:
MainPage.xaml
<
UserControl
xmlns
:
sdk
="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk"
x
:
Class
="SilverlightTreeViewControl.MainPage"
xmlns
="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns
:
x
="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns
:
d
="http://schemas.microsoft.com/expression/blend/2008"
xmlns
:
mc
="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc
:
Ignorable
="d"
d
:
DesignHeight
="300"
d
:
DesignWidth
="400">
<
Grid
x
:
Name
="LayoutRoot"
Background
="White">
<
sdk
:
TreeView
x
:
Name
="TreeViewControl">
<
sdk
:
TreeViewItem
>
<
sdk
:
TreeViewItem.Header
>
<
HyperlinkButton
Content
="Menu"
NavigateUri
="http://www.google.co.in/"/>
</
sdk
:
TreeViewItem.Header
>
<
sdk
:
TreeViewItem
>
<
sdk
:
TreeViewItem.Header
>
<
HyperlinkButton
Content
="Item1"
NavigateUri
="http://www.google.co.in/"/>
</
sdk
:
TreeViewItem.Header
>
</
sdk
:
TreeViewItem
>
<
sdk
:
TreeViewItem
>
<
sdk
:
TreeViewItem.Header
>
<
HyperlinkButton
Content
="Item2"
NavigateUri
="http://www.google.co.in/"/>
</
sdk
:
TreeViewItem.Header
>
</
sdk
:
TreeViewItem
>
<
sdk
:
TreeViewItem
>
<
sdk
:
TreeViewItem.Header
>
<
HyperlinkButton
Content
="Item3"
NavigateUri
="http://www.google.co.in/"/>
</
sdk
:
TreeViewItem.Header
>
</
sdk
:
TreeViewItem
>
</
sdk
:
TreeViewItem
>
</
sdk
:
TreeView
>
</
Grid
>
</
UserControl
>
Output:
How to associate the links with the Silverlight treeview items
Up Next
Sharing some links
Ebook Download
View all
Printing in C# Made Easy
Read by 22.3k people
Download Now!
Learn
View all
Membership not found