4

In my Eclipse E4 application I hava a part stack with some parts in it. Now I need a way to always show the part stack (also when all the parts in it are closed by the user).

How can I provide this feature in my E4 application?

enter image description here

JimmyD
  • 2,629
  • 4
  • 29
  • 58

1 Answers1

5

Add the value NoAutoCollapse to the Tags of the Part Stack that should always be shown.

NoAutoCollapse tags

greg-449
  • 109,219
  • 232
  • 102
  • 145