Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I am using WeifenLuo.WinformsUI.Docking suite in m in my Winforms App for Docking Multiple forms in a MDI Form.

Now the isssue in when i am makling a Forms as Auto Hide.
Then when i am trying to slide it and display it is not displaying.

I tried:
C#
private void ShowForm_Click(object sender, EventArgs e)
        {
            Explorer.Show(dockPanel);
            Explorer.Select();
            
        }


I am using WeifenLuo.WinformsUI.Docking.dll Version 2.7.0.0

Any Suggestion plz.
Posted
Comments
Richard MacCutchan 23-Sep-13 7:01am    
You need to ask WeifenLuo for help.

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