Completed
Last Updated: 04 Jul 2022 08:08 by ADMIN
Release 3.5.0
Zach
Created on: 30 Jun 2022 13:30
Category: TileLayout
Type: Feature Request
3
TileLayout does not react to dynamic change of the TileLayoutItem Class property

Currently, only `RowSpan` `ColSpan` and `HeaderText` parameters cause a `TileLayout` to rerender when changed.  I use `Class` changes for a lot of styling (in particular it's useful for hiding/showing a `TileLayoutItem` without losing its position in the layout) and have to manually detect and call `StateHasChanged()` when the `Class` parameter changes on `TileLayoutItem`.

Please allow dynamic change of the TileLayoutItem Class property.

0 comments