读书人

surfacelistbox和ScatterView 实现拖拽

发布时间: 2013-01-25 15:55:29 作者: rapoo

surfacelistbox和ScatterView 实现拖拽图片的功能
我后台代码生成的surfacelistbox,如何后台添加SurfaceDragDrop.DragEnter事件?
前台生成代码:<s:SurfaceListBox
Name="DropTarget"
Grid.Column="1"
Width="210" Margin="50"
Background="Gray"
AllowDrop="True"
ItemTemplate="{StaticResource SurfaceListBoxItemDataTemplate}"
ItemsSource="{Binding Path=TargetItems}"
s:SurfaceDragDrop.DragEnter="DropTargetDragEnter"
s:SurfaceDragDrop.DragLeave="DropTargetDragLeave"
s:SurfaceDragDrop.Drop="DropTargetDrop"/>
后台实例化SurfaceListBox,
SurfaceListBox listbox=new SurfaceListBox();如何添加
s:SurfaceDragDrop.DragEnter="DropTargetDragEnter"
s:SurfaceDragDrop.DragLeave="DropTargetDragLeave"
s:SurfaceDragDrop.Drop="DropTargetDrop"这几个事件,高手指点啊。。。。。。。。。。。。。。。
[解决办法]
顶下。。。。。。。。。

读书人网 >.NET

热点推荐