Silverlight控件 - ScatterView 简介: ScatterView是一个布局控件,允许对其内部的子控件进行鼠标拖拽、扔出等操作。 项目地址:http://scatterview.codeplex.com/ 使用: 在这里下载DLL文件,其中包含两个文件:agTweener.dll 、ScatterView.dll。 在page.xaml的头部添加代码 xmlns:ScatterView="clr-namespace:ScatterView;assembly=ScatterView" 把ScatterView控件放入page中 <scatterview:scatterview margin="5,5,5,5" horizontalalignment="Stretch" http://www.grmcac.com/silverlight/lab/ScatterView/ demo全部源代码下载:http://scatterview.codeplex.com/Release
page.xaml的头部添加代码 xmlns:CarrouselPanel="clr-namespace:CarrouselPanel;assembly=CarrouselPanel" 把ScatterView
(学习Cairngorm的一个例子) http://scatterview.codeplex.com/ 一个布局控件,允许对其内部的子控件进行鼠标拖拽、扔出等操作。
Silverlight控件 - Carrousel Silverlight控件 - ScatterView 所有的东西都是由浅入深的做的,在做这两个控件的时候也摸索了不少东西。