Search
Scrollable.IntegralScrollMode Method
See Also
 





Checks if the scrollbar should report only integer values as scroll positions.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

bool IntegralScrollMode ()

Visual Basic  Copy Code

Function IntegralScrollMode () As Boolean

 Return Value

true if the scroll target expects integer values for scroll offset, or false otherwise.

 See Also