개정판 dfc86b71
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