Visibility
property, you can control which UI elements you want to show in the app, based on the API data. Visibility
property must be bound to a data item containing a boolean value. This means, the value of the data item needs to be either True or False.Visibility
property for a UI element. Visibility
property of the list container element.Visibility
property of the list container to a non-boolean field: if that field for a specific data record is empty, the list item won't be shown. Visibility
property of the UI element inside the list container to the corresponding data item. In this example, we control the visibility of a text element inside the list item, while showing all the list elements. We could also control the visibility of the whole items separately, by binding the Visibility
of the list container as shown in the previous examples.Visibility
property of the corresponding UI element.