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
2387
Removing controls from DocAreaPane Caption
posted

I would like to remove all the controls from the right side of a DocAreaPane Caption.  Can that be done?  Here is what I am talking about:

I have set most all of the Allow<something> to false, but that only grayed out controls.  I would like them invisible.

Sam

Parents
No Data
Reply
  • 20872
    Offline posted

    Hello Sam,

    You are able to hide caption Buttons on single pane as well. What you need to do is to set UltraDockManager Settings.AllowPin , AllowClose to False .  This will disable the Pin and Close buttons.  In order to hide the  buttons altogether you also need to set UltraDockManager.ShowDisabledButtons to False.

    Please let me know if this is what you are looking for.

    Sincerely,

    Danko Valkov

    Developer Support Engineer

    Infragistics, Inc.

     

     

Children