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

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -