I am using ItemTemplate to customize how data be shown in ComboBox. But my record count is very big. So that it takes a long time to render the items. Is there anyway to add paging to ComboBox in WPF?
I searched the internet and found some solutions. for example: http://vbcity.com/blogs/xtab/archive/2009/12/15/wpf-using-a-virtualizingstackpanel-to-improve-combobox-performance.aspx
But unfortunately because I render the items using a grid, I still have this problem!!!.
Thanks