- Setting the horizontal and vertical scroll policy as sinatosk suggested
- Specifying the width, but not the height or the Text component. When you do this the text box will automatically adjust its height to show all the content
- VariableRowHeight = "true" in the data grid component properties.
<mx:VBox verticalScrollPolicy="off" horizontalScrollPolicy="off" height="100%" width="100%">
<mx:Text text="{data.description}" fontWeight="bold" width="380"selectable="false"/>
<mx:Text htmlText="{data.detail}" width="380"selectable="false"/>
</mx:VBox>
On 8/1/06, ben.clinkinbeard <[EMAIL PROTECTED]> wrote:
From what I was told in a previous thread, non-visible rows are not
rendered. Basically, it renders however many rows are visible, and
then when you scroll down for instance, it moves them all up one and
moves the top row to the bottom and rerenders its content.
Ben
http://www.returnundefined.com/
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
Reply via email to

