Hi,
I am using the SfRotator and updated to the latest 16.4.0.48 version.
But, I notice a new instance of the control defined inside the DataTemplate will be created on each time the SfRotator move to next image (I have set the SfRotator with EnableAutiPlay and EnableLooping).
In my attached sample code. The SfRotator is bind to a data source (Items) with total 3 items in the collection. So, should the SfRotator only create 3 instance of the control defined inside the DataTemplate? Infact, the SfRotator will keep create a new instance of those controls defined inside DataTemplate.
This will be a problem, when the image is from internet. It is no good to keep download the image from internet. Instead, I derived my own AdvImage control that wil;l check the local previous downloaded copy and load it. Otherwise, download from the given URL.
Regards,
CT
Attachment:
Sample_2a102c02.zip