I have a main form with a subform. The subform holds a very wide list box control making the subform and the List Box control wider than the main form itself. The list box control has a vertical scroll bar but as the list box on the subform is wider than the main form the scroll bar is only visible by scrolling the subform to the right first.

Basically, what I need is, a scroll bar on the main form, that controls the scroll bar of the list box on the subform. That way, I can always scroll the list box up or down, regardless of the listbox scrollbar itself being visible or not.
It looks like there's no easy way of doing this though. I found a separate ActiveX scroll bar control but I can't find a way how I can use this one to control the scroll bar of a list box.

Any help in this would be much appreciated. Thanks!