void |
PerformLayout()
/*
Layout procedure
1. Calculate minimum (desired) row height by asking
controls
2. For each column, work out the minimum (desired) width for this column.
Then add these up and
.
2. If this is less than WinHeight, space cells to fit.
3. If this is more than WinHeight, adjust parent
window's DesiredWidth/DesiredHeight variables to cause scrolling.
*/ |