|
|
|
|
|
Pinned (Property) In french: Epinglé
The Pinned property is used to: - Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area.
In a mobile window, this property keeps a control in the same position relative to the screen, even when the window is scrolled. - Determine if a control is pinned.
Remark: This property corresponds to the "Pinned control" 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
Determine if a control is pinned Hide the details
<Result> = <Control used>.Pinned
<Result>: Boolean - True if the control is pinned (fixed position relative to its container),
- False otherwise.
<Control used>: Control name Name of the control to be used. <Control used>: Control name Name of the control to be used. <Pinned?>: - True if the control is to be pinned (fixed position relative to its container),
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|