This question is locked. New answers and comments are not allowed.
Hello,
In our Out Of Browser Silverlight application, we are using the Accordion component from the Microsoft Silverlight Toolkit. In one AccordionItem, we have put a
RadTreeview. By default, the AccordionItem who contains the RadTreeview is open.
Our problem is, when we click on the AccordionItem to collapse it, if the treeview have too much elements, the application seems to be frozen during a moment before the AccordionItem is collapse. If we have 150 elements in the treeview, there is no problem. But when the number of elements is higher (800 for example), we see the problem above.
Another problem (maybe the same) is when we want to extend the window. If the AccordionItem is collapse or if the RadTreeview does not contains a lot of elements, expansion is instantaneous. But if the Treeview contains more elements and the AccordionItem is open, the application is frozen during a moment (with 900 elements, the application is frozen during 30 seconds).
Do you have an explication for this problem? What can we do to don’t have a freeze?
I precise that we use custom style, data binding on the nodes, and the IsVirtualizing property of the treeview is set to True.
Thanks’ in advance
Hervé
In our Out Of Browser Silverlight application, we are using the Accordion component from the Microsoft Silverlight Toolkit. In one AccordionItem, we have put a
RadTreeview. By default, the AccordionItem who contains the RadTreeview is open.
Our problem is, when we click on the AccordionItem to collapse it, if the treeview have too much elements, the application seems to be frozen during a moment before the AccordionItem is collapse. If we have 150 elements in the treeview, there is no problem. But when the number of elements is higher (800 for example), we see the problem above.
Another problem (maybe the same) is when we want to extend the window. If the AccordionItem is collapse or if the RadTreeview does not contains a lot of elements, expansion is instantaneous. But if the Treeview contains more elements and the AccordionItem is open, the application is frozen during a moment (with 900 elements, the application is frozen during 30 seconds).
Do you have an explication for this problem? What can we do to don’t have a freeze?
I precise that we use custom style, data binding on the nodes, and the IsVirtualizing property of the treeview is set to True.
Thanks’ in advance
Hervé