I can't set this correctly, most answers say to place this in the OnVisible property of the label but none of my labels or text boxes have the OnVisible property, it's just not there. Only the Form has OnVisible.
So I tried to set it like so:
When launching the EditScreen using the new/add button:

And for the label visible property I set:

This works great but if I go back and now launch the screen in view mode, the label is still hidden until I put the screen in edit mode.
What am I missing?