CTreePropertySheet::SetExtraRowSpace

CTreePropertySheet::SetExtraRowSpace( int nVertArrange,
int row,
int nSpaceTop,
int nSpaceBottom);

Parameters

nVertArrange Defines which pane to use.
Can be tps_above or tps_below - above all standard elements or below them.
row The row which will be altered.
nSpaceTop The space above this row to be left empty.
nSpaceBottom The space below this row to be left empty.

Remarks

This function sets the empty space between this row and the next pane or row(whatever is next).