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
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.
Did you try to set UltraDockManager.ShowDisabledButtons to False as I suggested to you in my previous post?
If does not working could please let me know what is the version of the controls that you are using?
Please allow me to redirect you to my initial post:
scarleton said: 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