PyCToolBarCtrl.SetRows

left, top, right, bottom = SetRows(nRows, bLarger )

Ask the toolbar control to resize itself to the requested number of rows.

Parameters

nRows : int

Requested number of rows.

bLarger : int

Tells whether to use more rows or fewer rows if the toolbar cannot be resized to the requested number of rows.

MFC References

CToolBarCtrl::SetRows