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
1425
TabGroupPaneRegionAdapter
posted

Hi,

I am using TabGroupPaneRegionAdapter from Infragistics. I don't know if I am doing something in correct. The problem that I am having is once the contentpane is closed from the TabGroupPan. I can no longer start it again.

I am using MEF. The way I originally opened the view is through RequestNavigate API.

 

 

 

 

Uri viewNav = new Uri("View1", UriKind.Relative);

regionManager.RequestNavigate(

 

RegionNames.WorkspaceRegion, viewNav);

and the other thing I noticed is, as soon as contentPane is closed

OnViewsCollectionChanged is not invoked.

I'll be grateful for your timely help.

 

Thanks,

Imad.