我正在开发 excel 插件,我已将 WPF 控件添加到 excel 中的自定义任务窗格中,当将自定义窗格停靠在左侧时,窗格末尾的某些控件不显示。我想为自定义任务窗格应用滚动,我该如何实现
这是我的代码
CustomerPane ctp = new CustomerPane();
CustomTaskPane _customerTaskPane = Globals.ThisAddIn.CustomTaskPanes.Add(new
WpfPanelHost{ Child = ctp }, "Customers");