virtualization - Virtualizing Wrap Panel WPF - free solution? -


i know duplication of is there (good/free) virtualizingwrappanel available wpf?, answer there not work need it. example: when click on item in partial view, takes me item below it, or when refresh items let changes take effect on ui behind scenes, scrolls top. has found good, free (or cheap) solution since last year?

now know there option @ http://www.binarymission.co.uk/products/wpf_sl/virtualizingwrappanel_wpf_sl.htm , works how need it, prefer not spend grand 1 project. if 200-300 have bought $900 1 control in 1 project (so far), can't justify.

any suggestions appreciated!

anthony f greco

use one: http://virtualwrappanel.codeplex.com/ .

here's how use it:

xmlns:local="clr-namespace:mywincollection" ... <local:virtualizingwrappanel ..../> 

Comments

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -