Hi Andrew, << I've got a Rebol/View layout that's too big for it's window. It's a list of names and checkboxes (an attendance record for students), which is "taller" than the screen is. After some work, and fiddling around I managed to put the layout into a panel, add a scrollbar and get the scroll bar to scroll the layout. But that seemed a lot of work. Is there a easier way? >>
I don't know of an easy way, but the old ToDo sample might have some tricks in it to make things a *little* easier. Not sure. Either that, or maybe build a fixed size layout and then have options for viewing items 1 to n, n+1 to n+z, etc. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
