How can I access the ItemsPanel of a ListBox at runtime in silverlight?
+1
A:
ItemsControl.ItemsPanel Dependency Property? Failing that, you can always walk the tree with the VisualTreeHelper.
Steven Robbins
2009-07-24 18:32:43
ItemsPanel is a template, not an instance of the panel
NotDan
2009-07-24 18:43:27