Telerik RadTreeView 拖动
当我在 ChildWindow
中使用 RadTreeView
时,即使我将 IsDragDropEnabled
属性设置为“True”,我也无法拖动项目。但是当我在 UserControl
中使用 RadTreeView
时,它可以拖动。
问题是什么?我该如何解决?
When I use the RadTreeView
in ChildWindow
, even though I set the IsDragDropEnabled
property to "True", I can't drag the items. But when I use the RadTreeView
in a UserControl
, it can drag.
What is the problem, and how can I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你必须
在构造函数中
触发事件然后
就是这样。
You have to fire event
In contructor
Then
This is it.