Click here to Skip to main content
15,886,100 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm developing a music streaming application and have so far covered everything from streaming media to searching for it to adding content to a cloud library, what I can't figure out is a way to display the media in a fast but nice looking way. The problem I have is displaying a load of songs in a custom way, so far I have a user control with all the items I need on it (Song title, artist, album, and other images) and I am adding these controls to a panel, the problem is when 1000 or more controls are added scrolling through them or even adding them slows down the application ALOT, So my question is, is there a way to either speed or improve my current method or is there some kind of custom listbox or listview I can use but also need to be able to custom alot to match my current application style.

Thanks
Posted
Comments
earloc 8-Dec-12 15:41pm    
already got a look at
http://msdn.microsoft.com/en-us/library/system.windows.controls.virtualizingstackpanel.aspx
?

btw: what technology? WinForms/WPF?
bbirajdar 9-Dec-12 0:31am    
Yes... speed can be improved by optimizing the code

1 solution

you can use filters (using textbox) to reduce the long list.
 
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