I am trying to change the row height for a MobileGrid to accomodate a larger
button that I want to use. I am not finding an easy solution as there is so
little documentation and examples available. I did find this quote on a
forum, but I don't really understand the suggestion:
"The custom text itemRender (for some column) is NOT the item renderer used
by the mobileGrid's list, it's a sub renderer. So changing its height has no
effect. The MobileGrid has an internal item Renderer of type
MobileGridRowRenderer.
Otherwise, try setting the rowHeight of MobileGrid's layout (which is of
type MobileGridLayout, and inherits from VerticalLayout)."
As a result, I tried this but there is no MXML code for MobileGridLayout, so
I couldn't get it to work. Does anybody know how to use an actionscript
Layout to try and change the height of a row?
<ns:MobileGrid>
<ns:Layout>
<ns:MobileGridLayout/> "There is no such component"
</ns:Layout>
</ns:MobileGrid>
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Change-Row-Height-on-MobileGrid-tp13959.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.