SqlEditor ScrollWithoutPartner Method CleanCode C# Libraries v1.2.03 API
Scrolls the DataGridView by itself, without synchronizing with its partner, if any.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void ScrollWithoutPartner(
	int rowIndex
)

Parameters

rowIndex
Type: OnlineSystem Int32
Index of the first row to display.
See Also