You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:I'm running it on the latest 0.14.6, XF50, and .NET6.0.
Did I miss something in my setup?
The text was updated successfully, but these errors were encountered: