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
595
Can an UltraTree with ViewStyle=Standard have a node with ViewStyle=Grid?
posted

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!!