I have an explorer type of app with a tree showing the folder structure and a list showing the children (both folders and files) of the selected node in the tree.
Ideally I would like to have a single data model containing both the folders and the files so changes to the folders (icons, label, deletes ...) would be picked by the databinding - with no need to syncronize two models myself. What I'm thinking is to have a filtered model bound to the tree and the list bound to an unfiltered node's list. Does this make sense? and - is it possible? Regards, Sebastian

