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