8 references to Scroll
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGrid.cs (2)
343
horizScrollBar.
Scroll
+= new ScrollEventHandler(GridHScrolled);
349
vertScrollBar.
Scroll
+= new ScrollEventHandler(GridVScrolled);
winforms\Managed\System\WinForms\DataGridView.cs (2)
507
this.horizScrollBar.
Scroll
+= new ScrollEventHandler(DataGridViewHScrolled);
514
this.vertScrollBar.
Scroll
+= new ScrollEventHandler(DataGridViewVScrolled);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
571
scrollBar.
Scroll
+= new ScrollEventHandler(this.OnScroll);
winforms\Managed\System\WinForms\ScrollEvent.cs (1)
18
/// <para>Provides data for the <see cref='System.Windows.Forms.ScrollBar.
Scroll
'/>
winforms\Managed\System\WinForms\ScrollEventType.cs (1)
21
/// Specifies the type of action used to raise the <see cref='System.Windows.Forms.ScrollBar.
Scroll
'/> event.
winforms\Managed\System\WinForms\ScrollOrientation.cs (1)
11
/// <para>Provides data for the <see cref='System.Windows.Forms.ScrollBar.
Scroll
'/>