1) This is currently not possible. The implementation has been done with mouse-up instead. We will investigate if we can improve this behavior.
2) This is by design, the content of the directory will be loaded when clicked. And if the content doesn't contain files or folders, the node icon disappears.
2) It works well. 1) Is there also a simple way to "patch" the Code, pherhaps in OnMouseDown? I think one way could be to create a new descendant of this component (for using virtual and protected) and build a new "HandleMouseUp", called by MouseDown. Is that a stupid or possible Idea?
it works well. A helpful change is to use the original Component at designtime and clone it in Create to the new descendant. Now I can manipulate a lot of features inside with all the comfort at designtime. And without installing a new component.