" canvas.addChild(stack);",
" stack.setRect(10, 10, 270, 240);",
" canvas.draw();",
" }",
"}"}, "stack"));
canvas.refresh();
SectionStackInfo stack = (SectionStackInfo) canvas.getWidgets().get(0);
stack.getPropertyByTitle("reverseOrder").setValue(true);
// check Sections
int width = stack.getModelBounds().width;
List<SectionStackSectionInfo> sections = stack.getSections();