| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
| This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Hi @Wvwwen Pevke ,
Headers and Footers are constructor level read only properties and cannot be set dynamically. You can toggle the visibility of the content of headers by accessing widgets inside it.
i.e frm1.headers[0].isVisible=false
@Wvwwen Pevke ,
Instead of header, you can design a flex container which should looks like header and you can dynamically change or add or remove the widget.
below is the sample code:
frmName.addAt(flexHeaderContainerObject,0);
frmName.remove(flexHeaderContainerObject);
Thank u for the suggestions.
Hi @Wvwwen Pevke, did either answer help you to a resolution? If yes, please click [Select as Best] under the answer that helped the most. This will close out the post.