ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
Example
Syntax

Finding out the speed at which the control is reduced when scrolling the scrollbar Hide the details

<Result> = <Control used>.ParallaxRateHeight
<Result>: Integer
Speed at which the control is reduced (included between 0 and 1000).
<Control used>: Control name
Name of the control used.

Modifying the speed at which the control is reduced when scrolling the scrollbar Hide the details

<Control used>.ParallaxRateHeight = <New speed>
<Control used>: Control name
Name of the control used.
<New speed>: Integer
Speed at which the control is reduced (included between 0 and 1000). This parameter is set to 0 by default.
  • If this parameter is set to 0, the control moves as usual when scrolling the window or the page.
  • If this parameter is set to 1000, the control is crushed down as the scroll performed in the window or page goes along.
Remarks
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2023

Send a report | Local help