The Horizontal Panel Wigdet Table of the Widgets The Panel Wigdet
 

The Vertical Panel Widget

[A View of a Vertical Panel Widget]

View Class: VerticalPanelView
Spec Class: VerticalPanelViewSpec

The Vertical Panel Widget arranges other widgets vertically.
This is useful for button panels or to arrange multiple sequenceViews vertically.


The Basics Section:

ID Unique symbolic name (ID) of the box.  
This ID can be used by the application to access the widget via "builder>>componentAt:#ID".
Horizontal layout Specifies how components are aligned horizontally.
See the Horizontal Panel info page for a description.
Vertical layout Specifies how components are aligned vertically.
See the Horizontal Panel info page for a description.
 
 

The Details Section:

BG-Color Defines the background color of the widget. 
After selecting the check toggle the background color can be chosen by selecting the desired colored button. If no color  is selected, the widget takes its default background color from the style sheet.
Border Defines the width of the border.
Level Defines the width of the 3D-border. 
Positive values provide a raising, 
negative values provide a lowering of the widget.
Horizontal Space Defines the horizontal space between componentns.
Vertical Space Defines the vertical space between componentns.
Ignore invisible If on, invisible components are ignored in the layout of components.
If off, invisible components will reserve space.

Useful to avoid visible rearrangement of components when some become visible/invisible.

Initially Invisible Turns on/off that the widget is initially invisible.

Below, the arrangements are described and an example for a panel with 3 button components is shown.
Keep in mind that panels can be used with any type of component - not limited to Buttons (although, panels are most often used for buttons).

Tip:
If you need some extra spacing between components, simply add an empty view with a fix extent.

Horizontal layout: (pictures below shown with vertical layout being center)

Vertical layout (shown with #center-horizontal layout):

 

The Help Section:

see document "Using the Help Tool"
 
 

The Layout Section:

see document "The Layout of the Widgets"
 
 


[stx-logo]
Copyright © 1998 eXept Software AG, all rights reserved