|
|
|
|
|
Pinned (Property) In french: Epinglé
The property Pinned property allows you to: - Pinning or not pinning a field: the pinned field will be positioned in relation to the visible area of its container instead of 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.
Note: This property corresponds to the "Pinned control" option available in the "UI" tab of the control description window (parallax and pinned control button). BTN_NouveauMessage.Epinglé = True
BTN_NouveauMessage.MasquageAuScroll = 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|