[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Forms programming. SECTION question.

I'm using eclipse Forms programming. I have a Section that holds content such as buttons, tables, etc. In my main editor there are 2 Sections. Each section is a TWISTIE. So when the user clicks on the title bar, it will hide the section's content.

Now my problem is my editor has 2 Sections. When I click on the title bar to hide their content...the title bar does not automatically move down to give more space for the first Section to fill up.

Any suggestions?

I already tried

Section section = toolkit.createSection(parent, Section.TITLE_BAR | Section.TWISTIE);

section.pack()
section.moveUp()
etc.

thanks