Hi,
I have the following splitter structure –
A horizontal 2 section splitter where the left side is a tree and the right side are tabs.
A click on the tree refreshes the content of the current tab.
When the current tab has only text/fields/small grid there is no problem with the minimize/expand.
When the tab contains a grid that is width=’100%’ and has a horizontal scrollbar the grid will not expand automatically when the splitter
is minimized and a large white area appears on the right (this does not always happen but quite a bit).
This does not happen when the grid has width=’100%’ and no horizontal scrollbar .
Any idea how to solve this?