You can set the visibility of a component by setting its Visible
property to True
or False
, or any truthy or falsy value.
So you can use databinding to bind the Visible
property of any component to the text
property, like this:
You can set the visibility of a component by setting its Visible
property to True
or False
, or any truthy or falsy value.
So you can use databinding to bind the Visible
property of any component to the text
property, like this: