I have a program that outputs a series of items onto a form--an "invoice" if you would like. The problem is, when the user enters in more items than the invoice's size can handle the rest just disappears into the mysterious realm down at the bottom.
Is there a way where I can make the label automatically detect items going in and create a vscrollbar or something similar so that it can accommodate it's size?
Thanks.