DockLabel does not display

Hi,

I am using the new version of the essential tools. I am using the docking manager and have assigned a control to the use the docking manager. I've entered a valid value for the docklabel for the control. The label displays correctly during design time but during runtime it shows the controls name. Please advise as to what I should do to fix the problem.

using vs2005 and version 5 of the tools.

Regards,
Hussein Ismail

1 Reply

RC Rajesh C Syncfusion Team May 3, 2007 10:29 PM UTC

Hi Hussein,

I am not able to reproduce the issue in v5.1.0.0 & v 5.1.0.37. Please refer to the attached screen shot and sample.

http://websamples.syncfusion.com/samples//Tools.Windows/F63376/main.htm

Please try to set the DockingManager's SetDockLabel method in DockingManager's NewDockStateEndLoad event. Please refer to the following code snippet.

[ C# ]

this.dockingManager.SetDockLabel(this.listBox1, " Products List");

Please let me know if you have any queries.

Regards,
Rajesh C

Loader.
Up arrow icon