Adds a vertical scroll bar to an interactor, provided that it implements the IVerticalScroll interface.

Namespace: TallComponents.Interaction.WinForms.Layers
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class VerticalScrollLayer : WinFormsInteractorLayer
Visual Basic
Public Class VerticalScrollLayer _
	Inherits WinFormsInteractorLayer

Inheritance Hierarchy

System..::..Object
  TallComponents.Interaction..::..InteractorLayer
    TallComponents.Interaction.WinForms.Layers..::..WinFormsInteractorLayer
      TallComponents.Interaction.WinForms.Layers..::..VerticalScrollLayer

See Also