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

Search:

Type: Posts; User: AnuRShah

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    10,236

    Re: Treeview Binding

    That seemed to work.

    Thanks a bunch.
  2. Replies
    8
    Views
    10,236

    Re: Treeview Binding

    That didn't work; I still get the same error:

    A 'DynamicResourceExtension' cannot be set on the 'Source' property of type 'Binding'. A 'DynamicResourceExtension' can only be set on a...
  3. Replies
    8
    Views
    10,236

    Re: Treeview Binding

    When I change it to DynamicResource, I get the following exception.

    A 'DynamicResourceExtension' cannot be set on the 'Source' property of type 'Binding'. A 'DynamicResourceExtension' can only be...
  4. Replies
    8
    Views
    10,236

    Re: Treeview Binding

    Here's my XAML code:

    <XmlDataProvider
    x:Key="productsXml"
    Source="TestConsole_Jim.xml"
    XPath="/PPCMSOfficeProductsStatus"
    />

    ...
  5. Replies
    8
    Views
    10,236

    Treeview Binding

    Hello,

    I have WPF aplication with a treeview that is bound to an XMLDataProvider in the XAML using HierarchicalDataTemplates. I'm trying to change the ItemsSource on the treeview at runtime...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured