Setting the requested row count on an FxList control in Flex Gumbo
March 3rd, 2009
The following example shows how you can set the row count on a Flex Gumbo FxList control by setting the requestedRowCount property on the VerticalLayout object.
Full code after the jump.
Source:Setting the requested row count on an FxList control in Flex Gumbo