Reputation: 373
If ItemsPanel is a template of StackPanel by default (see docs), then shouldn't ItemsPanelRoot return an instance of StackPanel by default?
Upvotes: 0
Views: 239
Reputation: 373
It looks like it's null because I haven't yet set ItemsSource. Additionally, even if ItemsSource is set, I need to wait for the Loaded
event.
Upvotes: 4