Version

IsOkToScroll Method

Returns whether the DataPresenter is in a state where it is ok to scroll.
Syntax
'Declaration
 
Function IsOkToScroll() As Boolean
bool IsOkToScroll()
Remarks
Note: If the ActiveCell is in edit mode at the time this method is called, an attempt is made to exit edit mode. If the attempt is not successful, the method will return false. Otherwise the method will return true.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also