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
1369
Ultra dock pane caption
posted

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.

  • 20872
    Suggested Answer
    Offline posted

    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.