Include a Collapsible Title Panel

XML Forms Guide

Version
R2025.1.0
Include a Collapsible Title Panel

The panel is loaded closed, so the form user can open and close it as needed by clicking the title row.

The Title Panel can accept one or more <Label> tags.

Copy
<WF_DynamicForm>
    <FormBody>
        <TitlePanel>
            <Row>6</Row>
            <Visible>True</Visible>
            <Title>My Panel Title</Title>
            <Label>
                <Style>IVLabelNoBold</Style>
                <Block>1</Block>
                <Row>14</Row>
                <Column>0</Column>
                <Caption>lblYukon</Caption>
            </Label>
        </TitlePanel>
    </FormBody>
</WF_DynamicForm>