[flexcoders] Scroll HBox

2008-05-13 Thread markgoldin_2000
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,

RE: [flexcoders] Scroll HBox

2008-05-13 Thread Alex Harui
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