This question is locked. New answers and comments are not allowed.
Hello there,
I want to arrange the hierarchical RadTreeView items as follows:
instead of this:
-Item1
-Item1.1
-Item1.1.1
-Item2
I need this:
- Item1
- Item1.1
- Item1.1.1
- Item2
Each 'hierarchically different' item should be placed exactly under the previous one and horizontally aligned to the left. Could you please provide an example or hint on how can this be achieved? Thanks...
I want to arrange the hierarchical RadTreeView items as follows:
instead of this:
-Item1
-Item1.1
-Item1.1.1
-Item2
I need this:
- Item1
- Item1.1
- Item1.1.1
- Item2
Each 'hierarchically different' item should be placed exactly under the previous one and horizontally aligned to the left. Could you please provide an example or hint on how can this be achieved? Thanks...