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.
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,
You can increase font in the pane caption (buttons will be increased as well though) like this:
dockableControlPane1.Settings.CaptionAppearance.FontData.SizeInPoints = 15F;