Hi Everyone,
I am currently using xamdockmanager and its containing some panes and each pane is containing content pane. On close action it persists into the memory, Can anyone suggest solution in this regard. I am using updated Infragistics 2009 vol 2.
Thanks.
By default closing a pane will just set its Visibility to Collapsed - it is not removed from the tree. If you want to remove the pane when it is closed then you would set its CloseAction to RemovePane. If you still have an issue then I would recommend downloading the latest hotfix. If the issue persists then please provide a sample that demonstrates the issue.