[quote="Jack"]Hi,
I am using your 'databinding by tabular data' example which works, but and i am trying to make specific nodes expanded. Can I access specific nodes using this method or do I have to program this another way? Thanks in advance.
Jack,
There are two ways for you:
1.
node.Expanded value can be also bound to some datatable field.
2. You can handle
FlyTreeView.NodeDataBound event in order to set Expanded property depending on any algorithm you need.