I would like to add some icons to my treeview. Is there a way to do it within the XAML?

    <TreeView Height="200" Name="treeView1" Width="120">
        <TreeViewItem Header="Topic1" IsExpanded="True">
            <TreeViewItem Header="Subtopic2" />
            <TreeViewItem Header="Subtopic3" />
        </TreeViewItem>
    </TreeView>
link|improve this question

feedback

closed as exact duplicate by MrFox Nov 10 '08 at 22:10

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

Ok, my fault. Found same question here after posting by similar tags.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.