Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the pane is resizable.
virtual BOOL IsResizable() const;
Return Value
TRUE if the pane is resizable; otherwise, FALSE.
Remarks
By default, dockable panes are resizable. To prevent resizing, override this method in a derived class and return FALSE. Note that a FALSE value leads to a failed ASSERT in CPane::DockPane. Use CDockingManager::AddPane instead to dock a pane within a parent frame.
Panes that cannot be resized can neither float nor enter auto-hide mode and are always located at the outer edge of the parent frame.
Requirements
Header: afxdockablepane.h