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.
我是 WPF 新手,与 WinForms 不同,我很难在设计窗口中进行设置。
我的第一个障碍是图像控件。在我将它拖到设计窗口中后,它消失了,我无法编辑它的属性(例如使用按钮控件)。进行更改的唯一方法是通过不太直观和直观的 XAML 代码。
有没有办法在设计模式下继续编辑图像控件?(例如,移动它,选择它以查看其属性面板等)
All you should need to do is give the image control a fixed height and width and it should stay in the designer.
XAML 的最佳之处在于它与代码分离,以实现更好的可重用性,如 asp.net。最好学习不同的布局,如grid、wrappanel、stackpanel等。然后,你就会感受到xaml的强大。否则,您可以选择 XAML 构建工具。
参考链接