Klaus is right. It's possible to build something like the contacts list, but it requires you to reset the 'top' attribute of all the controls on the form every time the scrollbar moves. While this works fine with a short list, it begins to slow down - badly - with a longer list.
I have an example application I'll be happy to post if you want it, but really, a table would be the way to go.
Gary