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
Ah, I see, I did not initially catch that it was a one = two punch :) Thank you!
Hello Sam,
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?
Sincerely,
Danko Valkov
Developer Support Engineer
Infragistics, Inc.
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
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.
Danko,
From what it looks like to me, that is for the whole dock manager. I guess I should have stated in my initial post that I have other DocAreaPane's that I do want to see all the controls. So I just want to turn it off for one specific panel.