[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Runtime adjustment of the TableViewer container

AJ wrote:
When I insert more than one row back to back, the bottom of the TableViewer starts to disappear after it reaches its container verticalSpan limit; which is currently set to 2.

Is there a way to dynamically adjust the container layout as the viewer changes? Thanks,
-AJ




Without more details I can only say that whenever the table should grow, you need to modify the layout data of the table, and then call layout(true) on the table's parent composite.


Matthew