しかし結局PropertyChangedは別に呼ぶ必要があるので
private ObservableCollection<T> col;
public ObservableCollection<T> Col
{
get { return col; }
set { col = value; OnPropertyChanged(); }
}
という面倒臭さ
Conversation
Notices
-
ぼろんじ (boronology@social.mikutter.hachune.net)'s status on Sunday, 03-Feb-2019 23:01:36 JST ぼろんじ - :nonke:差別的なドメイン名:homoo: repeated this.