|
|
|
|
|
HideWhileScrolling (Property) In french: MasquageAuScroll
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).
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|