For an "MX" List I could override the protected "drawSelectionIndicator" method in a List itemRenderer.
For a "Spark" List, I have no idea how to do this, since there is no "drawSelectionIndicator" method My goal is to draw my own graphics for the selection indication. I tried overriding the "updateDisplayList" method to draw my graphics but cannot get rid of the default selection indicator graphics. I also tried setting the<s:ItemRenderer> "autoDrawBackground" to false, it prevents selection indication but ALSO prevents my custom graphics from showing as well. -- Keith H htttp://keith-hair.net

