Readonlycontentadd the rows to scroll here
Readonlyonhow far the content can scroll; 0 when it all fits
Removes all internal references and listeners as well as removes children from the display list.
Do not use a Container after calling destroy.
Optionaloptions: DestroyOptions
Options parameter. A boolean will act as if all options have been set to that value
scrolls just enough to bring a height-tall item at top fully into view
A clipped viewport with a scrollbar: put rows in
contentand they scroll inside the box, everything outside it hidden by a mask. The scrollbar is drawn from the theme; the wheel,scrollByandscrollIntoViewall run throughscrollOffset, so they clamp the same way.Example