Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,
I create custom user control (Multicolumn combobox) in wpf for select tabular items.
but, that is very slow to show many items. i try to improve performance with using VirtualizingStackPanel in combobox style, but virtualizing not work!

My code is here:
MultiColumnComboBox.zip

Please anyone can, help me by review my code
Tip: you can find default multicolumn combobox style in this path:
MySourceCode > Themes > Generic.xaml
Posted
Updated 21-Jul-14 22:07pm
v3
Comments
Moshtaba 23-Jul-14 7:49am    
no any idea ?

1 solution

I found solution myself :)

The solution is : explicit set GridViewRowPresenter height in combobox style.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900