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
Post a Comment