Unplanned
Last Updated: 26 Dec 2022 13:26 by Aleksandra
Aleksandra
Created on: 26 Dec 2022 13:26
Category: ListView
Type: Feature Request
0
ListView: Expose mechanism to use different display property in the Group Header
Hallo, imagine we want to extend your tutorial example from this link:

https://docs.telerik.com/devtools/maui/controls/listview/styling/group-header



Imagine we have additional field in City class (CountryFlag as Image)

 

public class City
{
public string Name { get; set; }
public string Country { get; set; }
public Image CountryFlag { get; set; }
}

 

0 comments