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
185
Tree expanding problem
posted

Hello there,

i have a view with 3 xamTreeGrids. And i have a function which is selecting a certain record in each of this trees and also expands the trees in such a way that one can see the selected record.

So far everything works perfectly fine. But if i close the root of such a selected record by pressing on the "-" in the view, searching again does not work properly, because the function is not able to expand the tree anymore.

It seems like pressing the "-" doesn't set IsExpanded to false, which my function is using to expand the tree before.

So my question is, how can I expand the tree again, after a user pressed the "-" in the code (/C#), because it looks like IsExpanded is still true?

Thanks in advance!