Hi All,
I'm using ScrollView2D and all is fine with the imageviews I place on it.
But when I went to use DrawLine (using the canvas that the ScrollView2D is on) I found the lines wouldn't appear until I commented out the background image for the ScrollView2D.
Is there a way to have both? To have the lines drawn on top of the background and imageviews so that they are visible?
I want to be able to scroll the ScrollView2D with its background image moving too, not just have a static image. The way it is now it all scrolls correctly, I just don't see the lines I want while the background is present.
In case its not clear I want the lines to scroll too.
Thanks,
PH
I'm using ScrollView2D and all is fine with the imageviews I place on it.
But when I went to use DrawLine (using the canvas that the ScrollView2D is on) I found the lines wouldn't appear until I commented out the background image for the ScrollView2D.
Is there a way to have both? To have the lines drawn on top of the background and imageviews so that they are visible?
I want to be able to scroll the ScrollView2D with its background image moving too, not just have a static image. The way it is now it all scrolls correctly, I just don't see the lines I want while the background is present.
In case its not clear I want the lines to scroll too.
Thanks,
PH