I have tried all the combinations I can think of but I am unable to get the east panel to fit the available width, with the west and center panels having fixed widths ??
Also, I do not want to nest another layout inside the center panel but want to use just one layout with 3 columns.
http://jsfiddle.net/54v8nacp/17/What am I doing wrong ??
<div region="east" style="background:gray" fit="true"></div>
<div region="east" style="width:auto;background:gray"></div>
<div region="east" style="width:100%;background:gray"></div>