flash - Multiple labels in a list item -


i want have more 1 labelfield in list pulling database below code:

<s:list id="list2" includein="hurlingprofile" x="0" y="63" width="480" height="687"         color="#000000"     creationcomplete="list2_creationcompletehandler(event)" labelfield="name">     <s:asynclistview list="{getallprofilehurlingresult.lastresult}"/> </s:list> 

i have shown names need show date of births.

i tried adding labels through design view 1 name not names in list. how can add label show in each list item.

there several approaches can take:

  1. use datagrid if want have multiple columns
  2. use inline or separate itemrenderer
  3. use itemrendererfunction property of list

for use, guess inline itemrenderer good.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -