Treeview Databinding DataSet
Hi,
I want to databind a WPF treeview to a dataset that has a single table that implements a "tree like" structure with a n level parent child relation.
Is there a possibility to bind the dataset to the treeview in this particular case. I've found an example with two tables for n=2 and of course with 3 tables for n=3, but this is not a solution![]()
Thank you,
George B

