Hi...

The objects that i have created are going out of the range of the canvas...
My canvas size is (400,400) -> visible to the user...
i have set the CanvasView to (1000,1000)..
Now when i create objects on canvas, only those which fit on the canvas ie whose x,y coordinates are withing canvas zise ie (400,400) are created and rest all are not...
I cannot increase the size of the Canvas...
How do i create beyond the Canvas Size and view them with the help of Scroll View..
Is it possible to create items till the size (1000,1000) and let only (400,400) be visible on the frame...

Thanking you,
Kapil