Solved! Go to Solution.
Does anyone know how I can disable the EditTool from bringing the graphics to the top when one is selected?
I want the graphics to stay in the same index they were drawn visually because I list them out in a List control.
Any thoughts?
Andrew
In version 3.5 (released today), we added a new property, EditTool.autoMoveGraphicToTop, that when true (the default) moves selected graphics to the top of the stack within the parent graphics layer. When set to false, it will do what you asked for 🙂
https://developers.arcgis.com/en/flex/api-reference/com/esri/ags/tools/EditTool.html#autoMoveGraphic...