Official Content

Sets whether to display the Application Bar in the device.

Values

False
True

Scope

Objects: Menu, Panel, Work With
Generators: Android, Apple

Description

Useful when you need more space to display texts, images, etc, depending on the device. For example, if you are designing an application for iPad and iPhone, you could need more space in the iPhone; then, set this property to False in the iPhone layout.

You can dynamically show or hide the application bar by writing a user event with the following code:

Event 'ShowHideApplicationBars'
     ApplicationBar.Visible = not ApplicationBar.Visible
EndEvent

Where ApplicationBars is its Control Name.

Notes

Runtime/Design time

This property applies both at run-time and at design-time.

How to apply changes

To apply the corresponding changes when the property value is configured, execute a Build All.

See Also

Visible property

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant