Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xamarin.Forms CollectionView items are not rendered #258

Open
alexeystrakh opened this issue May 19, 2021 · 1 comment
Open

Xamarin.Forms CollectionView items are not rendered #258

alexeystrakh opened this issue May 19, 2021 · 1 comment

Comments

@alexeystrakh
Copy link

I'm building my simple CollectionView with Ooui and for some reason, even a simple setup doesn't render elements. I have tested the same code in iOS/Android XF app and it works just fine:

var tasksList = new CollectionView();
tasksList.ItemsSource = new[]
{
    "Item 1",
    "Item 2",
    "Item 3",
};
rootGrid.Children.Add(tasksList);

I'm running it on the latest 0.14.6, XF50, and .NET6.0.
Did I miss something in my setup?

xamarinformsinbrowser

Simulator Screen Shot - iPhone 12 Pro - 2021-05-18 at 20 24 36

@Agredo
Copy link

Agredo commented May 20, 2021

There is still a lot work to do to support as many as possible controls in web. Here you have an overview ove rall already implemented controls https://github.com/praeclarum/Ooui/blob/master/Documentation/OouiFormsStatus.md

Currently you can try to use the older control ListView. It already has some basic implementations.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants