How to retain Listbox visualization with high resolution images in windows phone 8 -


i in between of developing document scanning application,

in need save more 50 images in single document. issue during time of loading saved images listbox, think loosing visualization of listbox, , hence memory consumption increases dramatically , caused application crash.

how can load images listbox, without loosing visualization of listbox?

in current project (winrt) have similar problem , solved resizing images during binding (in getter of nested field)

       {           return new bitmapimage(new uri(url)) { decodepixelwidth = 200 };      } 

hope it's too.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -