UIDragScrollview script goes on a collider -- any collider inside the scroll view as well as the collider for the bounds of the scroll view (usually an invisible widget -- ALT_SHIFT_W). That's what makes dragging a scroll view and reacting to mouse wheel events possible. If you attach two of those scripts to the same collider, each pointing to a different scroll view, then a single scroll action will affect both at the same time.