프로젝트

일반

사용자정보

개정판 dfc86b71

IDdfc86b714abcbb52baa6b87fd35ec24abc241b27
상위 2decfbdf
하위 0cb12397

김태성이(가) 약 5년 전에 추가함

DataBaseItemsModel Alive Grid 수정

Change-Id: Iee3df7b70ce99c71e1aca094e632ab7253866727

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/Controls/RowIndexColumn.cs
19 19
                textBlock = new TextBlock();
20 20
            }
21 21

  
22
            textBlock.Text = string.Format("{0}", this.DataControl.Items.IndexOf(dataItem) + 1);
22
            textBlock.Dispatcher.Invoke(() => {
23
                textBlock.Text = string.Format("{0}", this.DataControl.Items.IndexOf(dataItem) + 1);
24
            });
23 25

  
24 26
            return textBlock;
25 27
        }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)