“鼠标捕捉”在 Silverlight 4 中的滚动条和弹出窗口上
我的 OOB silvelight 4 应用程序遇到问题。 页面上有一个DataGrid,有很多行,因此DataGrid会出现垂直滚动条。
有时我需要显示一个带有消息和“确定”按钮的子窗口。
如果在显示子窗口之前我使用滚动条,则在弹出窗口关闭后该滚动条仍保持选中状态。如果我将鼠标移到滚动条上,数据网格就会滚动。
我尝试过UpdateLayout、更改可见性、重新绑定ItemSource。没有任何帮助。
预先感谢您的任何想法。
I've hit a problem with my OOB silvelight 4 applicatrion.
There is a DataGrid on the page with numer of rows, so that vertical scroll bar appears for the DataGrid.
At times I need to show a child window with a message and OK button.
If before showing the child window I am using the scroll bar, that remains selected after popup is closed. If I move mouse over scroll bar data grid scrolls.
I have tried UpdateLayout, chage visibility, rebind ItemSource. Nothing helps.
Thank you in advance for any idea.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 UIElement.ReleaseMouseCapture () 方法。
Use the UIElement.ReleaseMouseCapture() method.