flex - Removing the border at the bottom of the list items -


enter image description here

highlighted portion in red! how remove it? code render list below:

<s:list id="ui_lstindexlist" width="175" height="600" fontfamily="twincen"                 fontsize="24"                 alternatingitemcolors="[]" bordervisible="false" downcolor="#7fceff"                 change="showalert(event)" contentbackgroundcolor="#6fa8bc" color="#ffffff"                 dataprovider="{indexarraycollection}" selectioncolor="#7fceff">             <s:itemrenderer>                 <fx:component>                     <s:iconitemrenderer labelfield="name" messagefield="artist"/>                 </fx:component>             </s:itemrenderer>         </s:list> 

thanks!!!

click iconitemrenderer, , start typing "skinclass." when use code completion, offer option of "new skin..." use create new, editable skin. if not there, in list skin.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -