Home >Backend Development >PHP Tutorial >Thinking about adaptive form controls based on WPF_PHP tutorial
It is still difficult for WinForm to implement adaptive forms and controls. It’s not that it’s not possible, the fundamental problem cannot be solved by simply calculating comparison factors and coordinates.
You have to change your thinking and consider using WPF to implement this function.
Case demonstration:
Figure WPF original size
Figure 2 WPF full screen enlarged size
Obviously, let alone anything else, WPF’s full-screen control adaptive function has opened up WinForm by several streets.
So, let’s switch to WPF decisively.
Project reference:
WPF control change.zip
Reference URL:
http://download.csdn.net/download/ tongbinjituan/7214733