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