I have a simple problem with datatemplate. What I try to do is: read xml file, create new XmlDataProvider, add new TabItem in TabControl with datatemplate inside, (datatamplate contain ListBox) fill ListBox in created TabItem with data from xml file. It working without datatemplate only. Xml file example (D:\\file.xml): Code Snippet <Features Name="FeaturesTest" number="94" > <Feature index="148" name="attribute1" > <FeatureData> -214, -139
Read More...