ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Action Bar automation masking function:
  • By default, the Action Bar is always visible.
  • The "Automatically hide the Action Bar when scrolling" option ("Details" tab of the Action Bar description window) hides the Action Bar when a window, internal window, supercontrol, Table or Looper control is scrolled.
    In some cases, you may want not to hide the Action Bar even if this option is enabled. This can be defined with the AllowActionBarHiding property.
The AllowActionBarHiding property automatically hides the Action Bar.
Example
// Forcer l'Action Bar à rester visible
ACTB_MonActionBar.Visible = True
FI_Client.AutoriseMasquageActionBar = False
Syntax

Determining if the Action Bar hides automatically when the user swipes up or down to scroll the screen Hide the details

<Result> = <Element to handle>.AllowActionBarHiding
<Result>: Boolean
  • True if the Action Bar is automatically hidden when scrolling in the element,
  • False otherwise.
<Element to handle>: Control name or window name
Name of element to "scroll": window, inner window, supercontrol, table, RepeatString area.

Changing the operating mode for automatically hiding the Action Bar Hide the details

<Element to handle>.AllowActionBarHiding = <Automatic hiding>
<Element to handle>: Control name or window name
Name of element to "scroll": window, inner window, supercontrol, table, RepeatString area.
<Automatic hiding>: Boolean
  • True if the Action Bar is automatically hidden when scrolling in the element,
  • False otherwise.
Remarks
  • This property has no effect if "Automatically hide the Action Bar when scrolling" is not enabled in the "Details" tab of the Action Bar control description window.
  • The Action Bar control can be made visible or invisible with the Visible property.
  • If the control or window does not allow scrolling up or down, the AllowActionBarHiding property has no effect.
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help