摘要: 概述:拖放的原理不再说明,wpf实现的简单实例一、XAML部分XAML 1 <Window x:Class="WpfDragDropGrid.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 4 Loaded="Window_Loaded" 5 Title="MainWindow 阅读全文
posted @ 2012-08-28 15:40 liancs 阅读(1062) 评论(0) 推荐(0) 编辑