I am trying to show a hand cursor over each individual rows. This code shows a cursor or the empty rows, which is the list, but not on rows that have content.
<mx:List id="myList" width="155"
rowHeight="18" verticalAlign="middle" verticalScrollPolicy="off"
useHandCursor="true"
buttonMode="true">
<mx:Object label="COMPANY STORE"/>
<mx:Object label="TEMPORARY DATA"/>
</mx:List>
ddfd

