I have an application with two UIList's declared as part of one form. One list has room for 6 lines, but there are 7 items supplied using "setitems". The first 6 show up and appear to work properly, but there are no scroll arrows and no way to get at the last item with the GUI. I notice in the docs that there's supposed to be properties for UIList's "topitem" and "count". I tried providing a "count" of 6 for the 7 item list, but the compiler complained that there was no such property. It also doesn't accept "topitem".
Mike