Column_panel visibility doesn't change

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:
image