Overview
Example Lab Details | |
| Version | 6.10.1 |
| Root Folder | Example Lab - Space Reclaiming Form Using a Vertical Stack |
| Modules | None |
| Dependencies | None |
This Example Lab project demonstrates how to reclaim space by showing or hiding sections on a Form. This can be done by using a vertical stack Form layout coupled with visibility Rules.
Explanation
This example shows a simple Form with a checkbox that, when enabled, will hide a text box and reclaim space on the Form. The Form uses a visibility Rule triggered by the checkbox to evaluate whether or not the box was checked, using a true or false evaluation. When the box is not checked (false), then it will show the text box on the Form; if it is checked (true), then it will remove the text box.


