0

I have one perspective in which there are two Part Stack. By default each Part Stack occupies half of the window , I want to set fist part stack width as 30% and second one as 70%.

I have tried setting Container data as 30 for PartStak1 and 70 for PartStack2 but it's not working,

Plaese help

greg-449
  • 109,219
  • 232
  • 102
  • 145
Vijay
  • 1,024
  • 6
  • 18

1 Answers1

0

You must have a PartSashContainer as the parent of the two PartStacks for this to work.

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