I\'m doing my first WPF application. im having problem whereby when my form is maximized or fullscreen, my controls wont resize and just stay in the same location. only the
you should look at all the different layoutpanels in wpf (Grid, DockPanel, StackPanel, Canvas ...)
so if you set any properties for your Panel, it behaves different if your LayoutPanel change.