CodeLover
CodeLover

Reputation: 95

Is there a virtualizing WrapPanel for WPF available? Commercial or free ones

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.

Upvotes: 3

Views: 2070

Answers (2)

manuc66
manuc66

Reputation: 2829

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))

Upvotes: 0

user111844
user111844

Reputation: 46

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.

Upvotes: 3

Related Questions