Ejemplo n.º 1
0
        private static void OnNumColumnsUpdated(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            TablePanel t = (TablePanel)d;

            t.InvalidateMeasure();
        }
Ejemplo n.º 2
0
        private static void InRowSpacingUpdated(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            TablePanel t = (TablePanel)d;

            t.InvalidateMeasure();
        }