Is there a virtualizing WrapPanel for WPF availabl

2019-07-04 00:07发布

问题:

Is there a virtualizing WrapPanel available? Commercial or free ones.

I have seen some blogs (dan's included) but it does not seem to work well in my application, especially when i have child items of varying sizes.

Also even with same size those free ones do not work well.

Are there any commercial ones available in the market? I cannot find any.

Please comment.

回答1:

For a commercial one i would say try Binarymission I can't post a link since i am new user, but if you google for "binarymission" you will get there. Its a commercial WPF + Winforms UI library web site.



回答2:

There is also :

http://virtualwrappanel.codeplex.com/ which is free (MIT License)

and

http://www.codeproject.com/KB/WPF/VirtualizingWrapPanel.aspx which is free too (Code Project Open License (CPOL))



标签: wpf wrappanel