WorksheetScrollToContentImpl(RegionBase, Boolean) Method

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected abstract void ScrollToContentImpl(
	RegionBase region,
	bool focus
)

Parameters

region  RegionBase
Region to display in the visible bounds of the document.
focus  Boolean
Determines if a Region should be Focused immediately after it is displayed or not.

See Also