CSplitterWnd::SetRowInfo
voidSetRowInfo(introw**,intcyIdeal,intcyMin);**
Parameters
row
Specifies a splitter window row.
cyIdeal
Specifies an ideal height for the splitter window row in pixels.
cyMin
Specifies a minimum height for the splitter window row in pixels.
Remarks
Call this member function to set a new minimum height and ideal height for a row. The row minimum value determines when the row will be too small to be fully displayed.
When the framework displays the splitter window, it lays out the panes in columns and rows according to their ideal dimensions, working from the upper-left to the lower-right corner of the splitter window’s client area.
CSplitterWnd Overview | Class Members | Hierarchy Chart
See Also CSplitterWnd::GetRowInfo, CSplitterWnd::SetColumnInfo, CSplitterWnd::RecalcLayout