Salesforce

Subform Appearance Properties (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Subform Appearance Properties (Magic xpa 4.x)

Property

Description

Mobile Support

Visible

Specifies whether the control will be visible to the user.

If the subform has a Visible expression, then setting this expression to False (to hide the subform) will not work when the subform task is the task in focus. To support such behavior, you should move the focus to the parent task using the CtrlGoto function and raise an event with Wait=No, which will be handled in the parent task and will change the subform's Visible expression.

Refer to the Online and Rich Client Samples projects (program SB12, SB13 and RSB12, RSB13 )

For the Web Client tasks, this property is disabled when Router Outlet = True and it is enabled when Router Outlet = False.

Android and iOS

Border

Specifies whether the control will have a border.

Online support: Since version: 2.0

This property is not available in Web Client tasks.

Android and iOS

Auto Fit

Specifies how the subform content will be displayed. The options are:

None – This option does not fit the task form to the Subform control measurements. If the Subform control is smaller than the task form, scrollbars will appear. If the Subform control is larger than the task form, the extra space is painted with the same background color as the parent form.

As Control – The Subform task is fitted to the Subform control size. When Scaling is enabled, this property will work as value 'None' as Placement is not supported with Scaling.

As called form – The Subform control changes its dimensions to be identical with the dimensions of the called task form.

See also:

How Do I Know which Autofit Option to Use?

How Do I Make the Subform Control Fit the Dimensions of the Called Program Form?

This property is not available in Web Client tasks.

Android and iOS

Reference
Attachment 
Attachment