Page 1 of 1

ItemsControl Direct Usage

Posted: 16 Jan 2014, 13:11
by Nir Hasson
Hi,

I would like to use ItemsControl object directly in my xaml to host my custom data template elements.
When I create it and build I'm getting the following error:
Unsupported container 'ContentPresenter' for ItemsControl.
My target goal is to create a user control that emulates something similar to Facebook news feed..
So ListBox or ListView are not acceptable choice for me :(
I simply need an ItemsControl with my custom ItemTemplate to work..

Thanks,
Nir

Re: ItemsControl Direct Usage

Posted: 16 Jan 2014, 17:59
by sfernandez
Hi,

There is no support for using ItemsControl directly.
Please create a bug report in the bugtracker and we will try to add it for the next version.

Thanks for reporting.

Re: ItemsControl Direct Usage

Posted: 16 Jan 2014, 19:42
by Nir Hasson
Hi Fernandez,

I've just created one :)

Cheers,
Nir