
I have created a List page that is reused in multiple places.
Depending on where the page is opened from, I control the Visible property of certain fields so that only selected fields are shown. The set of visible fields differs for each usage.
This works correctly when the page is displayed in List view.
However, when I switch the view from List to Tile, the fields that were explicitly set to Visible = false become visible again.
Has anyone faced this issue?
Is there a recommended way to control field visibility consistently across different views (List vs Tile) for a reused List page?