CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Groovebox303

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    18,620

    Re: Simple WPF Treeview binding

    I figured it out thanks to some help :) , I'll post this in case it helps someone else out as well.

    This is what I had to add in the xaml

    <Window.Resources>
    <DataTemplate...
  2. Replies
    2
    Views
    18,620

    Simple WPF Treeview binding

    Hi,
    I am new to WPF and would really appreciate help on an issue Im struggling with. I need to Bind a treeview Item in a WPF treeview in the main app's Menu. All i need is the correct syntax to...
  3. Replies
    1
    Views
    24,240

    Simple WPF Treeview binding

    Hi,
    I am new to WPF and would really appreciate help on an issue Im struggling with. I need to Bind a treeview Item in a WPF treeview in the main app's Menu. All i need is the correct syntax to...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured