Hi,
I am using XamDockManager.
Ex:
<igDM:XamDockManager Name="ApplicationManagementXDMLayout" LayoutMode="FillContainer"> <igDM:XamDockManager.Panes> <igDM:SplitPane> <igDM:TabGroupPane TabStripPlacement="Top" FontFamily="Segoe UI" FontSize="12" Name="tabGroup"> <igDM:ContentPane TabHeader="Scheduling" Name="ScheduleTab"> <Grid:GridWidget Name="scheduleGrid" GridCategory="application" IsAutogenerateFromService="False"> </Grid:GridWidget>
</igDM:ContentPane> <igDM:ContentPane TabHeader="Version Management" Name="VersionTab"> <Grid:GridWidget Name="versionGrid" GridCategory="application" IsAutogenerateFromService="False"> </Grid:GridWidget> </igDM:ContentPane>
</igDM:TabGroupPane> </igDM:SplitPane> </igDM:XamDockManager.Panes> </igDM:XamDockManager> </Grid>
If i want to hide ContentPane[VersionManagement], Scheduling TabHeader is getting hide.
Could you please help me, Hide only VersionManagement ContentPane, but Scheduling TabHeader should be displayed.
Thanks in advance..
Hello Chandra,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into it and I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/t/84928.aspx
where a similar question is already discussed.
Feel free to write me if you have further questions.
Could you please any one look into the issue?
Thanks,
Chandra