Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Das XdevFormLayout funktioniert ähnlich wie das XdevVerticalLayout (Copy), bietet jedoch weniger Einstellungsmöglichkeiten. Alle UI-Komponenten eines XdevFormLayout werden vertikal untereinander im Parent-Container angeordnet. Die UI-Komponente wird fest in ihrer Zelle vertikal zentriert. Die Zelle nimmt den gesamten, in der Höhe verfügbaren Platz ein. Falls sich mehrere UI-Komponenten im XdevFormLayout befinden, wird der verfügbare Platz automatisch gleichmäßig aufgeteilt. Die UI-Komponente wird i.d.R. durch die Einstellung % über die gesamte Breite gestreckt.

Image Removed 

Hinweis: 

...

Layout-Optionen 

  • Width 
    Image Removed
    • ? - Die Breite der UI-Komponente wird automatisch durch ihren Content definiert.  
    • px - Die Breite der UI-Komponente wird fest in Pixel definiert. 
    • % - Die UI-Komponente streckt sich über die gesamte verfügbare Zellen-Breite.

...

The XdevFormLayout works in a similar way to the XdevVerticalLayout; however, fewer settings are available. All of the UI components that are used in an XdevFormLayout are arranged vertically in the parent container. The UI component is centered vertically in its cell. The cell occupies the full height of the available space. If you have multiple UI components in the XdevFormLayout, the available space is automatically divided equally between each component. Through the % setting, the UI component is usually stretched over the entire width.

Image Added 

Note: 
  • Caption left - This is only available in the XdevFormLayout. When this is activated, the field name assigned to the UI component in Properties is displayed to the left of the UI component.
    Image Added

    In all other layouts, the field name is displayed above the UI component, e.g. XdevVerticalLayout.
    Image Added 

Layout Options

  • Width 
    Image Added
    • ?: The width of the UI component is automatically defined by its content. 
    • px: The width of the UI component is defined in pixels.
    • %: The UI component stretches over the entire available cell width


Alle XdevFormLayout Methods