Beispiel #1
0
        private static void OnFixedWidthChanged(DependencyObject o, DependencyPropertyChangedEventArgs e)
        {
            FixedWidthColumn fwc = o as FixedWidthColumn;

            if (fwc != null)
            {
                fwc.CoerceValue(WidthProperty);
            }
        }