Change TileHeight when loading a Contentpage

Is it possible to change the TileHeight of a DeviceBrowser Tile when loading its page? I am trying to use a DataTrigger with a Setter. I get the error: The given key ‘TileHeight’ was not present in the dictionary. Thank you very much.

TileHeight is a fixed property that can only be changed during design time. You cannot change with a DataTrigger.

I suspected it. Thanks for your reply!