Hi,
I want to change the height of an area in a WinDockManager where there is a tack.
I dont know its name so I added a picture.
Thank you fro any help,
Oshrat.
You can increase font in the pane caption (buttons will be increased as well though) like this:
dockableControlPane1.Settings.CaptionAppearance.FontData.SizeInPoints = 15F;
Thank you for you answer.
I tryed it and the height didn't change.
My code is:
dmMain.DockAreas[0].Panes[0].Settings.CaptionAppearance.FontData.SizeInPoints = 50F;
Where "dmMain" is an UltraDockManager.
Did I make a mistake?
Thank you,
The code is fine. Maybe the place where you put it is the problem. Can you try to modify font in desigher?
And also, please check your CaptionStyle and WindowStyle for the manager, and write them here.
It looks like the caption is to a group pane. Make sure you are setting the font size on the group pane and not the control pane within it. Try setting the Text on the pane you are setting the Font size on. If you see the text in the caption area but the height still does not insrease, it could be a bug and I would recommend submitting the issue to the support group: http://es.infragistics.com/gethelp.
I'm trying to attach a better picture.
And here is the picture.. (I hope..)
I didn't use CaptionStyle or WindowStyle.
I tryed to set WindowStyle to Office2003 or to other options, but it didn't nake any change, so I removed it.
I didn't understand how the place can be a problem.
A print screen is attached.
Thank you for you help,