Docking with ComboBox

I''m using the DockingManager and I''ve got auto hide enabled. this.dockingManagerEx.AutoHideEnabled = true; When the user has a ComboBoxAdv control with the drop down box displaying, my docking panel is hiding. Is there any way to prevent the docking panel from hiding when a combobox drop down list is displaying. Thanks, Todd

1 Reply

VS Vijayanand S Syncfusion Team December 15, 2005 12:22 PM UTC

Hi Todd, You could stop the AutoHiding of panel by setting the AutoHideIntervel property to maximum integer value. I have created a test sample for this requirement. In this sample, I have added a Docked panel and ComboBoxAdv control. I hope this resolves your requirement. Please take a look at this sample and let me know if you have any questions. Thanks for your interest in Syncfusion products. Regards, Vijay Test Sample

Loader.
Up arrow icon