Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
Status: New
XamDataTree - make NodeLayout aware of polymorphic types also in same level

Currently the NodeLayout of a level is defined by the first type found in the level. Thus having different layouts for polymorphic types in the same level is impossible.

e.g. a Tree

Project 1 (ProjectType, editable)
                Sample 1 (SampleType, editable, checkable)
                               Run 1 (RunType, editable, checkable)
Project 2 (ProjectType, editable)                
                Sample 2 (SampleType, editable, checkable)
                               Run 2 (RunType, editable, checkable)
                Simulation (SimulationType)

Defining different NodeLayouts for SampleType and SimulationType will have no effect. The Simulation Node will have the NodeLayout of SampleType.

Please give us the ability to display polymorphic node layouts.