vote up 0 vote down star

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>
flag

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

1 Answer

vote up 0 vote down check

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

link|flag

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