Hi,
When I compare the FileExplorer (EnableFilteringOnEnterPressed = True) with Windows behavior there is one issue a customer pointed me to.
Try the following scenario:
- select a folder on the treeview screen, the items appear;
- type a word in the filterbox, remove some characters using cursor select and BACKSPACE, everything OK;
- type a word in the Filterbox, remove some characters using cursor select and DELETE, now the dialog appears if you want to delete the complete folder.
One customer had deleted complete folder by hitting OK. Not very clever of him but it can happen.
In the Windows Explorer this behavior is different; after DELETE the characters are just removed from the Searchbox and Search can be performed again.
Marc