CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2016
    Posts
    10

    Dockablepane overlap issue

    Hi

    My dialog is of dockablepane type. The dialog will invoke normally when close the dialog through the mouse. On escape i am hiding the pane by "ShowPane(m_pDockPane,FALSE,FALSE,FALSE)". When i invoke dialog after hiding through escape , the dialog invoked will not redraw normally. DockPane will be scrambled
    Please help me. Thanks in advance.

    Regards,
    Abhilash

  2. #2
    Join Date
    Jan 2009
    Posts
    399

    Re: Dockablepane overlap issue

    Please call
    Code:
    RecalcLayout();
    after you hide/show controlbar.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured