No, because that would imply that we'd continue to enforce that relative sizing, which gives the wrong impression (since we don't). Right now, when the split pane's size changes, we allocate all the delta space based on the split pane's primary region, effectively meaning that we support resizeWeight (in Swing terms) of either zero or one, but nothing in between. Because of this, we require the split location to be absolutely set.
The decision to not support a true resizeWeight can be revisited if necessary. We actually had support for it once, but it added complexity, and we couldn't find any real world cases where resize weights other than 0 and 1 made much sense. -T On Fri, Apr 10, 2009 at 1:06 PM, Noel Grandin <[email protected]> wrote: > Hi > > Is there a way in a WTKX file to specify a relative split location for > a SplitPane? > i.e. to say that the split is at 50% of the allocated size? > > Thanks, Noel Grandin. >
