dbadke
8 Mar 2007, 9:39 AM
I have a grid in a TabPanelItem in a TabPanel. Because of sizing issues, I want the grid in a GridPanel. Can a GridPanel go in a TabPanelItem? If so, how is it done? I can't find any way to add a GridPanel to a TabPanelItem. I tried just setting the panel item's content to the GridPanel, but that didn't work. I assume there would need to be some method similar to the "layout.add(new GridPanel(...))" used for border layouts, but so far I am baffled. Can it be done?