Won't Fix
Last Updated: 04 Jul 2023 09:36 by ADMIN
Florian
Created on: 23 Jun 2023 03:49
Category: Map
Type: Bug Report
0
Map: The ZIndex property change is not detected by the VisualizationLayer at runtime.

The ZIndex property change is not detected by the VisualizationLayer at runtime. 

Workaround: remove and then add back the item where the ZIndex is changed.

1 comment
Petar
Posted on: 04 Jul 2023 09:35
This is avoided in DefaultPropertyAccessor code in order to save performance.
We are closing this item due to the idea for fast property accessor which reads properties on Arrange phase.

To work this arround, reset the layer after change in the ZIndex:

this.visualizationLayer.ResetItems();