I am printing an array of states to a pic box.

How do I format the picbox to show the limited array.
no wordwrap available in picbox?

I have a limit of 50 items to print and
I am using
picBox.print item() & "";

but of course this runs off the page.

I am a newby - learning the ropes.