Is there a way to render the complete control as an image, including the entire scrollable or invisible area? #29974
Unanswered
tp1415926535
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The only thing I've found so far is this Capture feature, which only generates an image of the visible area of the control. Like:
But my content is in a
CollectionView
, and when the content is longer, only a part of it generates a screenshot because of the scrolling area, I want to be able to render the whole control content as an image.I used to implement this using the WPF program's
RenderTargetBitmap
, but MAUI doesn't support it.So are there any viable options, my MAUI program runs mainly on Android and Windows platforms, if implementing this needs to be split between platforms.
Beta Was this translation helpful? Give feedback.
All reactions