> All that means is that you have to figure out what > their screen size is and > set the number of rows accordingly. Or, have a > group of pre-set sizes > you'll let them resize to.
The problem is, it should work when the user grabs the lower right hand corner of form and drags it to increase or decrease the size of the form. If there were an "OnFormResize" EEP or "OnResize" EEP attached to the control, you could put the logic there (read the control height in pixels and divide by the desired row height to get the number of rows). Unfortunately, there's no place to put that code. In any event, there would probably be a perceptible lag time between the resize of the control and the change in number of rows. -- Larry
