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 中创建一个类似 Apple Ipad 的主题,如果您知道,请告诉我。否则,请帮助在 WPF 中为这些图片选择正确的控件(TabControl、ListView、ListBox、Button)。
谢谢你。
至于上图,在需要的地方使用TabControl是有意义的:
附加属性可以通过自定义面板自动设置,也可以通过 xaml 手动设置。
问候