I'm building an app which utilizes nested ADGs to provide a drill down
interface to my data. It works great in concept, but the problem I'm up
against is trying to size the datagrids so they display all their rows,
forcing any rows below them to move down (without creating any unnecessary
space.) Basically, I just want to avoid scrollbars, except on the parent
ADG. I'm just not quite sure where to start looking - is this a style thing,
or should I be overriding measure/updateDisplaylist to handle this?

Reply via email to