Hi, I am using a TableView in a ScrollPane. The contents is large enough to need a vertical scrollbar. Even though the width of the TableView is resizing to accomodate it's contents there is still a horizontal scroll bar appearing that pretty much scrolls the distance that the vertical scroll bar is taking up. Is there any way I can get the ScrollPane to increase it's width when adding a vertical scroll bar rather than taking up the TableView space?
Oh and it would be a very cool thing if the TableView could support automatic widths :-) Thanks, Scott.