CSplitterWnd::RecalcLayout

voidRecalcLayout();

Remarks

Call this member function to correctly redisplay the splitter window after you have adjusted row and column sizes with the SetRowInfo and SetColumnInfo member functions. If you change row and column sizes as part of the creation process before the splitter window is visible, it is not necessary to call this member function.

The framework calls this member function whenever the user resizes the splitter window or moves a split.

Example

See the example for CSplitterWnd::SetColumnInfo.

CSplitterWnd OverviewClass MembersHierarchy Chart

See Also   CSplitterWnd::SetRowInfo, CSplitterWnd::SetColumnInfo