Browse By Tags

  • Cannot display hierarchical data in xamDataTree with class inheritance involved

    Trying to display a hierarchy in xamDataTree based on the composite design pattern. Created base class Node which classes File and Folder inherit from. Folder has a list of Node objects since it can contain both File and Folder objects.
     
    Having difficulty…