On my WPF window, I have set
me.Width = "300" me.Height = "300"
When I maximize the window, the property Width and Height always have the same values (300).
How do I get the new values?
Check for me.ActualWidth and me.ActualHeight