Move between screens

Guys, on my home screen I have two vertical arrangements: va_screen_1 and va_screen_2. Each 1 has two textboxes, with va_screen_1 having a button that changes to va_screen_2.

image

When we have two screens and not a vertical arrangement, we use the close screen to close the screen, that is, any item that is filled in a textbox, for example, if we return to the screen the data will be deleted.

image

In the case of vertical arrangements, if I only use visibility when moving forward or back, whatever is written in the textboxes will not be erased.
Can someone help me? I’m using this method to avoid having too many screens in my app.

If you want to initialize the textboxes, set its Text property to an empty string
Taifun

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.