Article | 41024266 |
Type | HowTo |
Product | Engine |
Version | 5.1.1.1041 |
Date Added | 7/7/2006 |
Submitted by | JongHyun Kim |
Keywords |
Private Sub VD_ScrollView(dx As Double, dy As Double, Cancel As Integer) If VD.ActiveDocument.OrthoMode = False Then Exit Sub If Abs(dx) > Abs(dy) Then dy = 0 Else dx = 0 End If End Sub