Paul Spencer [mailto:pspencer at dmsolutions.ca] wrote: > I believe that you can pass layout constraints to the Jx.Panel > constructor: > > var panel = new Jx.Panel({ > label: 'My Panel', > constraint: { > height: 200 > } > }); Yes, I figured this out later by looking at the JX examples and I can confirm that it works!