TouchListJumpToTheTop(Boolean) Method

Jump to the top of the list. This method resets scrollbar's value.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public void JumpToTheTop(
	bool bRefreshRequired
)

Parameters

bRefreshRequired  Boolean
If true the control will be refreshed after resetting the scrollbar values.

See Also