Поделиться через


CSplitterWnd::RecalcLayout

Call to redisplay the splitter window after adjusting row or column size.

virtual void RecalcLayout( );

Заметки

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.

Пример

See the example for CSplitterWnd::SetColumnInfo.

Требования

Header: afxext.h

См. также

Основные понятия

CSplitterWnd Class

CSplitterWnd Members

Hierarchy Chart

CSplitterWnd::SetRowInfo

CSplitterWnd::SetColumnInfo