Specifies whether the page controller will be displayed.
control. ShowPageController
Generators: Android, Angular, Apple
Controls: Grid (Control Type: Horizontal Grid)
This property is available for Horizontal Grids included in Panel objects.
It allows hiding the page controller in a Horizontal Grid.
Also, it can be either read or write. For example:
Grid1.ShowPageController = True
&isPageControllerVisible = Grid1.ShowPageController //&isPageControllerVisible will be true.
This property applies both at runtime and at design time.
Consider a Panel object defined in the Real Estate KB that contains a Grid control with its Control Type property set to "Horizontal Grid".
If the Grid property is set to True, the Page Controller is visible:
Android |
Apple |
|
|
On the other hand, if it is set to False, the Page Controller disappears:
To apply the corresponding changes when the property value is configured, execute a Build All.