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 HideWhileScrolling property is used to:
  • Determine if the pinned control is hidden while scrolling,
  • Show or hide the pinned control while scrolling.
Remarks:
  • The pinned control can be hidden while the container is scrolled. In this case, the pinned control reappears after scrolling.
  • This property corresponds to the "Hide control while scrolling" option in the "UI" tab of the control description window (parallax and pinned controls management button).
Example
BTN_NewMessage.Pinned = True
BTN_NewMessage.HideWhileScrolling = True
Syntax

Determining if a control is hidden while scrolling through its container Hide the details

<Result> = <Control used>.HideWhileScrolling
<Result>: Boolean
  • True if the control is hidden while scrolling through its container,
  • False otherwise.
<Control used>: Control name
Name of the control to be used.

Hiding a control while scrolling through its container Hide the details

<Control used>.HideWhileScrolling = <Pinned?>
<Control used>: Control name
Name of the control to be used.
<Pinned?>:
  • True if the control is to be hidden while scrolling through its container,
  • False otherwise.
Remarks
The HideWhileScrolling property only has an effect if the control is pinned or has a parallax rate.
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help