Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a listview with Image control, bound with Uri value (image path on disk).
I want to convert only those Uri in "Field of view" and dispose (or convert back to Uri) which goes out of "Field of View".

Thanks in advance.

What I have tried:

I have used IValueConverter to convert Uri to Image but ConvertBack is not firing.
<Image Source="{Binding PageSource,Mode=TwoWay, UpdateSourceTrigger=Explicit, Converter={StaticResource ImageConverter}}" HorizontalAlignment="Center" VerticalAlignment="Top"/>
Posted
Updated 16-Aug-18 6:51am
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900