Visibility in the Preview Tab

All panes and controls are visible in the Design tab so that you can edit them, even if they are configured to be initially invisible at runtime.

For instance, the figure Invisible and Visible Form Parts is a form as it appears in the Design tab.

This form has panes with Visible property (on the General tab of the Properties View for each pane) cleared.

Invisible and Visible Form Parts

The shaded diagonal lines across two of the panes in this form indicate that the Visible property of those panes is initially cleared, or set to false.

In another section of the Capture Claim form, the visibility flag of the Witness Information pane is bound to the value of the Witness Available check box. When the check box is selected, the visibility of this pane is set to true, and the pane is shown. When the check box is cleared, the visibility of this pane is set to false, and the pane disappears. This behavior is fully functional in GWT Preview.