0
는 내가 일하는 ListView에Xamarin.Forms 바인딩이 기본 접근 자에서 작동하지 않는 이유는 무엇입니까?
<ListView ItemsSource="{Binding Chats}">
에 결합 속성
public List<WebApi.UserChatRto> Chats {
get; set;
}
있습니다. 이제 속성 선언을
public List<WebApi.UserChatRto> Chats;
으로 변경하면 목록보기가 비어 있습니다. 왜?
어 - 오. 이 질문은 그렇게 downvoted 될 것입니다. –