I expect the red part to only take up 250 in height but it takes up the whole 500px
Code:
isc.VLayout.create({members: [isc.HLayout.create({ID:"HorizontalLayout",name:"HorizontalLayout", canFocus:true,backgroundColor:"red",title:" ",canHover:true,showResizeBar:false,height:"50%",width:200})], ID:"content",title:" ",backgroundColor: "blue",overflow:"auto",height:500, width: "100%"})
Comment