I think the problem is that you are using a BoxPane as your window's content 
element. Try removing that and making the TablePane the window content. Also be 
sure to set width="1*" on the TablePane.Column and height="1*" on the 
TablePane.Row.

On Aug 27, 2011, at 3:33 AM, pavan vadavalli wrote:

> Hi ,
> 
> I would like to understand the usage of ScrollPane. Tutorial has just 
> ImageView example
> Here i did a small test to add several Push Buttons to Boxpane added to a 
> Scroll Pane, But i dont see any Scroll Bar coming up.
> 
> Attached is the bxml test for Scroll pane.
> Can someone please help.
> Thanks and Regards,
> Pavan
> 
> <ScrollPaneTest.bxml>

Reply via email to