My app is a CLV expandable list where each panel contains a BBCodeView.
When I copy a BBCodeView with
I get only the visible part togehter with the vertical scrollbar. How can I get the image and only the image of the whole BBCodeView.
Is there perhaps a way to capture the entire sv to bmp?
Thanks for your help,
john m.
When I copy a BBCodeView with
fx.Clipboard.SetImage:
Dim bmp As B4XBitmap = BBCodeViewM.mBase.Snapshot
fx.Clipboard.SetImage(bmp)
I get only the visible part togehter with the vertical scrollbar. How can I get the image and only the image of the whole BBCodeView.
Is there perhaps a way to capture the entire sv to bmp?
Thanks for your help,
john m.