In v14 and above, when configuring a Collection to display child items in a list view format, is there a way to also hide these child items from the content tree?
In v13 and earlier, enabling list view would automatically remove the children from the content tree and only show them in the list view. I would like to achieve the same behavior in my new v16 project.
Is this currently possible, or is there an alternative approach?
Removing the children in Umbraco 13 was more of a technical choice than a design choice. The reason why the children were removed in U13 when you enabled a list view, is because the tree would get too long and performance would suffer. It was not a design choice, but simply a performance choice. In Umbraco 14+, the trees load only an x number of items at the time and display a ‘load more button’ for paged loading. So the performance reason is now out of the way and that’s why the children are now shown.
Currently there is - as far as I know - no way to hide the childeren.