controls - How do you get WPF to work like Forms at design time? -


A little new with WPF ... It seems that I do not make changes with horizontal and vertical alignment, not so It seems that WPF has the mind that at the time of design, when I change the size of my control, I have created a new window of my own, have placed some buttons and text boxes, and whenever I change the size of the window, all the controls are resized. is. Is there a way to lock it or am I making something clear?

The layout you are using should have a grid canvas and you'll get the same behavior as Win Form Design.

Tip: When we use WPF, we can get resizability and may be able to organize (change) controls dynamically inside a layout etc. So look like dynamic layout like "Canvas" using dynamic layout


Comments