This question is locked. New answers and comments are not allowed.
I'm using a StyleSelector to set the style of the different Items in my RadTreeView, and I noticed that, when the item is analyzed by the StyleSelector to choose a style, i.e. at the SelectStyle method, the Level of the container is not set. Is this by design or a bug?
If by design, where is it documented? The functionality I'm trying to implement is expanding everything up to the fourth level of my tree view, how can I do this without using the Level property in the Style selector?
If by design, where is it documented? The functionality I'm trying to implement is expanding everything up to the fourth level of my tree view, how can I do this without using the Level property in the Style selector?