随笔分类 -  WPF笔记

记录在学习WPF中的点点滴滴.
摘要:要将文件拖入LISTBOX1.要对XAML中的数据<ListBox Margin="26,21,27,54" Name="listBox1" ForceCursor="False" AllowDrop="True" DragEnter="ListBox1DragEnter" DragOver="ListBox1DragOver" Drop="ListBox1DragDrop"/>2.对... 阅读全文
posted @ 2010-03-30 12:22 Just_For->Fun 阅读(523) 评论(0) 推荐(1)