Exemplo n.º 1
0
 /// <summary>
 /// Called when a property which affects the measure of this row is changed.
 /// </summary>
 private void OnMeasureChanged()
 {
     if (Grid != null)
     {
         Grid.OnRowsModified();
     }
 }