I have a grid class that scrolls horz and vert, of course only parts of it are on the screen at one time.
Is there anyway of getting a complete snapshot of the grid? Getting what is not displayed on the screen?
Using the "Getting a Screenshot Programmatically" I can get a snapshot of what is currently on the screen.
Is there anyway getting the whole virtual screen?
Would prefer to not have to scroll the screen and take multiple snapshots. Is there a way to loop the views and make a big bitmap?
Forgot to say that my Grid class consists of the following:
BobVal
Is there anyway of getting a complete snapshot of the grid? Getting what is not displayed on the screen?
Using the "Getting a Screenshot Programmatically" I can get a snapshot of what is currently on the screen.
Is there anyway getting the whole virtual screen?
Would prefer to not have to scroll the screen and take multiple snapshots. Is there a way to loop the views and make a big bitmap?
Forgot to say that my Grid class consists of the following:
B4X:
Private mGrid_Main_Panel As Panel
Private mGrid_FixedColumns_Panel As Panel
Private mGrid_FixedHeader_HSV As HorizontalScrollView
Private mGrid_FixedColumns_VSV As ScrollView
Private mGrid_Body_SV2D As ScrollView2D
BobVal
Last edited: