예제 #1
0
        private void WindowResized(object sender, SizeChangedEventArgs e)
        {
            InvalidateMeasure();
            InvalidateVisual();
            LayoutControl.Layout.WindowWidth  = Width;
            LayoutControl.Layout.WindowHeight = Height;

            LayoutControl.InvalidateMeasure();
        }