=======================================
In the current version, you can achieve the same behavior by setting the DetailView and MasterDetailView properties of the ListView model to None in the Model Editor.
=======================================
This example demonstrates how to show a view of the required type for a currently selected node in the tree list editor. By default, it shows the only the detail view of the base class.
This example also illustrates how to customize the New action, to allow you to create new objects of only the selected node object type.
Question Comments
Added By: Willem de Vries at: 10/17/2012 5:37:48 PM
The default behavior has been changed, when i recall correctly. Leaving MasterDetailView empty results in the application selection the appropriate DetailView for the selected object.