質問編集履歴

1

2021/06/22 08:54

投稿

wadamaruz01
wadamaruz01

スコア22

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- DataGridRow rowContainer = rSDatalist.DataGrid.ItemContainerGenerator.ContainerFromIndex( 0 ) as DataGridRow;
9
+ DataGridRow rowContainer = DataGrid.ItemContainerGenerator.ContainerFromIndex( 0 ) as DataGridRow;
10
10
 
11
11
  DataGridCellsPresenter presenter = FindVisualChild<DataGridCellsPresenter>( rowContainer );
12
12