Exemplo n.º 1
0
 public void SetListViewPanelPos(ListViewPanel listViewPanel, int row, int column)
 {
     listViewPanel.SetValue(Grid.ColumnProperty, column);
     listViewPanel.SetValue(Grid.RowProperty, row);
 }