Replies: 1 comment 2 replies
-
|
Collection View has caching strategies. And all items are not rendered. This plugin finds the native control that was created to render the Xamarin.Forms control and just captures it using native APIs. I don't think it will be possible to capture the all list correctly. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi there!
First of all, thank you for your time and your incredible library 🔥.
Second, I've been struggling with how to take a "screenshot" of the data within a CollectionView that has a DataTemplate.
I tried to accomplish this by adding an x:Name in the DataTemplate itself, but I had no luck because DataTemplate is not a VisualElement.
Just to clarify, I can obtain a screenshot of the CollectionView and its data but is restricted to its height, I'd like to have the whole data just like in the StackLayout content.
Beta Was this translation helpful? Give feedback.
All reactions