개정판 2decfbdf
DataBaseItemsModel 수정
Change-Id: I96830cad0b3990bb84346f438ba04e20d55ec26c
ConvertService/ServiceBase/Markus.Service.StationController/Controls/RowIndexColumn.cs | ||
---|---|---|
36 | 36 |
{ |
37 | 37 |
if (e.Action == System.Collections.Specialized.NotifyCollectionChangedAction.Remove) |
38 | 38 |
{ |
39 |
this.Refresh(); |
|
39 |
this.Dispatcher.InvokeAsync(() => this.Refresh()); |
|
40 |
//이거 때믄에 row 개수 옮길때 ex)200개 -> 50개 할때 에러 하지만 이게 있어야 row컨버터 후 삭제 및 다시add 할때 index번호가 들어감 |
|
41 |
//후 조취: 그냥 에러부분을 messagebox가 아닌 오류 목록에 놨음 |
|
40 | 42 |
} |
41 | 43 |
}; |
42 | 44 |
} |
내보내기 Unified diff