Hello,
Firstly, I need to say that I am far from being a proogramming guru so please do not make any assumptions about my ability.
I am considering using your treeview on my site.
I have spent the day trying to work out what it can and cannot do.
As far as I can see, most, if not all, your examples use a fixed number of levels (or branches, or whatever you prefer to call them). All the branches are the same. For example, each artist has a number of albums, and each album has a number of songs.
At the end, is my attempt to show an example of a tree that has an irregular structure.
My question is "How would you suggest go about creating such a tree".
Database, XML file or perhaps dynamically produce some XAML?
The data will be given to me via a spreadsheet, but that is not really important.
I am hoping to work out how to import the spreadsheet into the tree once you point me in the right direction.
Best Regards
Pete.
Animals
  -- Mammals
       Cats
       Dogs
       Rabbits
  -- Reptiles
       -- With Legs
     Crocodile 
            Lizard
       -- Without Legs
            -- Snakes
                 Cobra
                 Rattlesnake
     Legless Lizard
  -- Fish
       -- Fresh Water
            Roach
            Bream        
       -- Salt Water
            Edible
               -- Flat
      Skate
                    Soul
        Cod
               Salmon
  -- Insects
       -- Flying
            Bees
            Wasps
       -- Crawling
     Beetles
            Ants          

