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 页面?我的应用程序有一个大页面,无需拆分它,我希望能够滚动它并跳转到特定的标题区域。
谢谢!
“可能”的解决方案是使用FrameworkElement.BringIntoView,它试图在目标元素包含的任何可滚动区域内将目标元素带入视野。