Hi,
im trying to port some old WPF TreeView code to use actipro TreeListBox but i cannot seem to manage to display anything else than the root.
It seems like Actipro TreeList do not support HierarchicalDataTemplate. Is this true?
I tried looking at the examples but they don't help me. They either define the data directly in the XAML or using some kind of TreeListAdapter.
Please note that my list structure is not using predefined items type like in the example.
Each nodes can be of a given type and the Child collection may have different names and type.
The HierarchicalDataTemplate/DataTemplate was working great with the WPF TreeView but the visual and selection behavior is not that great.
Am i missing something here?