--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I think you mentioned scrollbars for that last level, but you didn't > have any in the mockup. In theory you could have so many children in > that last level that you run out of screen space showing them and then > something needs to show scrollbars or indicate that there are things not > visible. > > In the additional 10 minutes I spent thinking about this problem, I > think I would just start hacking away at the layout code and teach it to > wrap into additional columns.
I decided to add in a Grid there and take the children that get added in commitProperties() and reparent them there. So far I have only begun working on the measure() functionality. Thanks! Amy

