wpf fixed size window code example
Example 1: c# wpf control to windw size
resize:
Grid
UniformGrid
DockPanel
Example 2: c# wpf control to windw size
not resize:
StackPanel
WrapPanel
Canvas
TabControl
resize:
Grid
UniformGrid
DockPanel
not resize:
StackPanel
WrapPanel
Canvas
TabControl