How can I dynamically swap objects on a form?

How can I dynamically swap objects on a form?

Comments

  • I have a form that is getting very large, too large for a single screen. How can I allow a user to hide and show data on the from without navigating away?

  • I would recommend using tab container to better organize this form. You can put controls into each tab section and it will only show if that tb section is selected. You can also use visibility rules in conjunction with vertical/horizontal stacks to create the same type of behaviors.

Sign In or Register to comment.