Can an UltraTree with ViewStyle=Standard have a node with ViewStyle=Grid and what's the easiest way to achieve this? Because of the bug mentioned in one of the previous posting (while one can override the ViewStyle=Grid on a particular level by setting tree.NodeLevelOverrides[level].ShowColumns = false which will make the node at such level appear as a Standard node, checkboxes for this node will not be shown) I am attempting to do this opposite - setting grid ViewStyle=Standard and overriding the ViewStyle on the particular node - where I need multiple columns to be shown.
So my question is - is it possible to override the node properties so that it appears as a grid at a particular level in a grid with ViewStyle=Standard? Thanks!!
Hi,
No, this is not possible.
Too bad, this would be an easy workaround for what I'm trying to achieve - a multi-band tree with a checkbox (or checkbox column) at each level...any other suggestions to work around the bug?