Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Syncfusion provides docking capability to any form using itd dockingManager component.
I want to use it in a way that all child forms should open with dock enable capability in MDI.
For this I tried the following method:
private MainForm _mainForm; (MDI Form Object containing docking manager)
_mainform.dockingMngr.SetEnableDocking(mdichild,true);

But nothing happens.
Can anyone please tell me what am I missing?

Regards,

honeyashu.
Posted
Updated 19-Jan-11 17:58pm
v2

1 solution

If you've got questions about the functionality of 3rd party libraries, like this one, you're best bet for information and support would be the manufacturer of that library.

The are thousands of libraries out there and the volunteers around here cannot possibly know about all of them.

The likelyhood of someone hear who has experience with your library ever seeing your question is very low.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900