I am using a Q3 2010 RadTreeView with "ShowLines" and "Show RootLines" set equal to "True" and LineStyle = "Solid". I have the Theme set to "Windows 7" which theme is also dropped on the parent Form.
I have only one root node added at design time. That nodes "lines' shows as configured in the Designer. But as soon as I run the program, the line disappears. When my code adds many other nested child nodes, no lines show for any of them either.
The .CHM file mentions only the "ShowLines" property without referring to any other required associated properties. Is there an associated property I need to set.to get the lines to show at run-time? Is there something about the Windows 7 theme that overrides my "ShowLines" setting? (I would expect explicit manual property settings to override any theme's defaults).
Thank you.
-Bob
I have only one root node added at design time. That nodes "lines' shows as configured in the Designer. But as soon as I run the program, the line disappears. When my code adds many other nested child nodes, no lines show for any of them either.
The .CHM file mentions only the "ShowLines" property without referring to any other required associated properties. Is there an associated property I need to set.to get the lines to show at run-time? Is there something about the Windows 7 theme that overrides my "ShowLines" setting? (I would expect explicit manual property settings to override any theme's defaults).
Thank you.
-Bob