WPF equivalent of anchoring controls?
-
In the WinForm days there was a lot of work done with anchoring to make controls adjust to resizing of the window. What is the equivalent approach in WPF applications? What are best practices for scaling controls? Implement with inline code or what? Thanks
-
In the WinForm days there was a lot of work done with anchoring to make controls adjust to resizing of the window. What is the equivalent approach in WPF applications? What are best practices for scaling controls? Implement with inline code or what? Thanks
-
Thanks, I'll give it a try.
-
In the WinForm days there was a lot of work done with anchoring to make controls adjust to resizing of the window. What is the equivalent approach in WPF applications? What are best practices for scaling controls? Implement with inline code or what? Thanks