1

Does Silverlight have a VirtualizingStackPanel? If there is no built in type are there any third party controls that implement this?

akjoshi
  • 15,374
  • 13
  • 103
  • 121
Aaron Fischer
  • 20,853
  • 18
  • 75
  • 116
  • Can you explain (or link) to what a VirtualizingStackPanel is? – Bryant Dec 05 '08 at 23:22
  • Not sure if anybody out there is monitoring this thread, but if you could at least consider upvoting the Silverlight 3 answer, it'd get this old question off of the Unanswered section of the Silverlight tag. – Jeff Wilcox Aug 30 '09 at 18:39

1 Answers1

2

Yes, VirtualizingStackPanel (MSDN Library) was added with the release of Silverlight 3.

Jeff Wilcox
  • 6,375
  • 1
  • 24
  • 31