Hello,
Is it possible to hide the close button and active files menu of XamDockManager .
If then please provide a sample.
Thanks in advance
Vivek
It sounds like you are referring to the Close button and Files menu within the TabGroupPane that is within the DocumentContentHost. If you want to hide/remove those then you would need to re-template the TabGroupPane. I would recommend taking a copy of the TabGroupPane template that has a key of TabGroupPane.DocumentTabGroupTemplateKey and altering it to fit your needs (in this case removing the closeBtn and filesMenu). We provide a copy of the default xaml in the DefaultStyles directory (e.g. C:\Program Files\Infragistics\NetAdvantage 2011.1\WPF\DefaultStyles\DockManager).
I want to remove the active file drop down and close button (marked above with red color).
Could you please provide a sample,my current code is
TIA