Hi, Just add a container like a vbox around your list and then set the scrollpoluicy to "off" for the list and "on" or "auto" for the container. This will cause the scrollbar to appear for the container instead of the list and you can capture the entire image of the list without the scrollbar.
Anil --- In [email protected], "kuroiryu42" <kuroiry...@...> wrote: > > I have a list that has scroll bars that I want to go away when I drop > it into the PDF. I am just using the addImage function of PDF so it is > basically taking a screen shot of the list that i pass in. > > Anyone have a solution for this? > > Thanks >

