I've been playing with List formatting.  Found something interesting – not
sure where it's being controlled…..

I have the font set at 11px.  when I have this code
<j:List localId="ListJewel"  x="150" y="20" width="100"
dataProvider="{simple1}" >
  <j:beads>
    <j:ListPresentationModel rowHeight="16" variableRowHeight="false" />
    <js:ItemRendererDataBinding/>
      <js:Paddings paddingLeft="3" paddingRight="3" paddingTop="3"
paddingBottom="3"/>
      <j:VerticalLayout gap="0"/>
  </j:beads>                    
</j:List>

I get:

<http://apache-royale-users.20374.n8.nabble.com/file/t177/list.jpg> 

looks like it is chopping it from the bottom.   I've tried putting
itemsVerticalAlign="itemsTop" in the bead and the same in CSS
(vertical-align=top;) but can't seem to move the text the "item".  I can
live with it though if I increase the roweight to 20



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to