How to bind background color to binded listview?
How can we bind the color here ?
DayItems.Add(new CustomCalendarViewDayItem(DateTime.Now.AddDays(1), "Tommorrow"));
How can we bind the color here ?
DayItems.Add(new CustomCalendarViewDayItem(DateTime.Now.AddDays(1), "Tommorrow"));
Comments
Post a Comment