hBox.horizontalScrollPosition += dg.columns[0].width

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of markgoldin_2000
Sent: Tuesday, May 13, 2008 10:57 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Scroll HBox

 

I have an HBox as a container that holds a number of dataGrids. When 
everything is loaded it looks just like a big dataGrid with a dataGrid 
in each column. Everything works fine, but my users want to scroll it 
horizontally on the column basis. So, when they click on the right 
scrollbar button, the very left column desapears at once. It's not 
happening right now because the HBox does not know anything about its 
internal structure. How can I programmatically scroll it to achive the 
effect my users are asking for?

Thanks

 

Reply via email to