Re: DockPanels && TabLayoutPanel and missing elements

2011-08-04 Thread Ashwin Desikan
when using layout panels its recommended to place layoutPanels inside other layoutPanels. This would ensure the panels automatically resize. In your case try to set the width & height of your tabLayoutPanel and its contents area. thanks Ashwin On Friday 05 August 2011 10:40 AM, Dave Potts w

DockPanels && TabLayoutPanel and missing elements

2011-08-04 Thread Dave Potts
Hi I trying to construct a dialog with a base of a dockpanel with a tablayoutpnael in the 'south' area. An attempt to add an element to any off the tab panel results in a display that only shows the tab header. Looking a html/dom tree/display with firebug does not show anything useful, is this ty