Hi,
I am using infragistics 2009 v2.
I have two dock area pane and its childpanestyle is "TabGroup". When it is docked then showing both caption of "Output" and "Error Message" but in undocked mode only showing active window caption. I want both caption in any.
In this image you can clearly see both panes caption.
But in this image you can see only active pane caption dispalys.
But I need both caption in both cases weather it is in docked mode or undocked mode.
Hello Syed Sadaqat Hussain,
In order to achieve what you are looking for you would have to set the following property of the UltraDockManager to False like:
ultraDockManager1.CompressUnpinnedTabs = false;
Please let me know if you need any other assistance.