diff --git a/Perspex.Controls/ItemsControl.cs b/Perspex.Controls/ItemsControl.cs index 9bf3e8d948..0b087e0795 100644 --- a/Perspex.Controls/ItemsControl.cs +++ b/Perspex.Controls/ItemsControl.cs @@ -87,7 +87,7 @@ namespace Perspex.Controls if (this.presenter != null) { - this.logicalChildren.Source = ((IVisual)this.presenter).VisualChildren; + this.logicalChildren.Source = ((IVisual)this.presenter.Panel).VisualChildren; } }