Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试开发一个应用程序,让用户能够在运行时编辑控件(按钮、文本框等),它应该像 Visual Studio 一样工作,具有控件的对齐、调整大小等),有人可以告诉我我应该怎么做实施吗?任何想法都可以帮助..谢谢。
每个控件都有 Width、Height 和 afaik Left 或 Top 等属性(名称可能有点不同,这里没有 VS)。当您设置它们时,控件将即时更改。