This question is actually come from How to scroll to certain row in QML TreeView. Some properties of QtQuick items are hidden like __listView in TreeView.
I understand there are some complex UI components based on some other basic one.
Qt gives the accessibility to use it but didn't mention it in the document, such hidden properties did work well as expected. So why Qt hide the properties? Shall I use it?