dotnet / Comet

Comet is an MVU UIToolkit written in C#
MIT License
1.64k stars 116 forks source link

ListView doesn't show duplicate items #252

Closed ziaulhasanhamim closed 2 years ago

ziaulhasanhamim commented 2 years ago
new ListView<string>(texts)
{
    ViewFor = text => new Text(text).FillHorizontal()
}

If the text is duplicate then the list view shows empty space

ziaulhasanhamim commented 2 years ago

@Clancey any help on that?

Clancey commented 2 years ago

Which platform?

ziaulhasanhamim commented 2 years ago

Android