Posted 15 years ago
by Ujjwal Lahoti
Version: 10.1.0521
Platform: .NET 4.0
Environment: Windows XP (32-bit)

docking:DockSite.ControlSize behavior is different when the parameter is specified for the docked panel or for a autoHide panel.
e.g. I have two panels, that I want to have same size. The one which is docked I need to provide a ControlSize of docking:DockSite.ControlSize="35, 100" (Height is irrelevant) to get desirable Width, and to get the same width for the AutoHide Panel I need to specify: docking:DockSite.ControlSize="300, 100".
As of result of this, when I autohide the Docked panel, and then expand the AutoHide panel by clicking the mouse, it opens really small (Width==35, compared to 300), making it unusable.
Any suggestions to fix this or a work around would really help.
Look at this pic: http://drop.io/zdunap1/asset/actipro-controsize-issues2-jpg
(In this PIC "Inst 1: RF Instruments" is shown in docked mode, and then in AutoHide expanded mode).
e.g. I have two panels, that I want to have same size. The one which is docked I need to provide a ControlSize of docking:DockSite.ControlSize="35, 100" (Height is irrelevant) to get desirable Width, and to get the same width for the AutoHide Panel I need to specify: docking:DockSite.ControlSize="300, 100".
As of result of this, when I autohide the Docked panel, and then expand the AutoHide panel by clicking the mouse, it opens really small (Width==35, compared to 300), making it unusable.
Any suggestions to fix this or a work around would really help.
Look at this pic: http://drop.io/zdunap1/asset/actipro-controsize-issues2-jpg
(In this PIC "Inst 1: RF Instruments" is shown in docked mode, and then in AutoHide expanded mode).