Indicates the Scroll Factor of a Table or Canvas regarding the control it is attached to.
Generators: .NET, Apple, Java
Controls: Canvas, Table
This property is available for Table and Canvas controls included in Panels and Work With patterns and Work With objects.
The default value for this property is 1; it indicates the default behavior of the control (scrolling pixel by pixel). A different value gives the illusion of depth to the end user when they move multiple layers at different speeds.
The relationship between the control that contains the table and the table itself is as follows: if the control shifts N-pixels, the table with the Scroll Factor property set to M shifts N*M-pixels.
Note: It is frequently used with the Zoom Factor property to simulate a Parallax Effect.
Scroll Attachment property