image viewer - ImageViewer in WPF -
hi implement imageviewer (like 1 in facebook example) in wpf application
i have listbox whith pictures, works well. add pop "image full size" when user double click on 1 of them. (something in fb, fade out of background etc). i'm thinking of use window...do have better idea of should use ?
you use popup control.
it comes some built in (but limited) animations, fade, see popupanimation.
i'd try , if doesn't fit needs, second bflosabre91 oppionion , use separate opacity animated window.
but bear in mind additional window have negative side effects e.g sync window positions correctly, handle task switches (ie. correctly hide window in taskbar/tasklist)
Comments
Post a Comment