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 的新手,我正在计划一个桌面应用程序,它将为它提供的每个功能提供多个屏幕。每个“屏幕”将占据相同的空间,只是不同时。我可以使用选项卡控件,但想尝试不同的外观。我在想我可以创建多个网格,然后通过使用动画更改边距属性将它们移入和移出。
这可能吗?还是有更好的选择?
我会使用某种父面板,然后将每个网格放在父面板的根部。然后,显示/隐藏每个都是设置可见性的简单问题。假设面板没有任何填充/边距,设置为拉伸的网格将占据整个屏幕。