Change frame and label colors on an item selected - syncfusion listview xamarin forms
问题 I have been trying to change the color of the first item of my list[0] and also when I tapped on an Item - the color I need to change is the frame and the labels inside it. I tried the following: BackgroundColor="{Binding IsActive, Converter={StaticResource colorConverter}}" This works at the list level only, but nothing inside the data template. What else could I do? <sync:SfListView x:Name="list" SelectionMode="Single" SelectionGesture="Tap" ItemTapped="Day_ItemTapped"> <sync:SfListView