Silverlight第三方控件专题

原文http://www.cnblogs.com/nasa/archive/2008/12/01/1344927.html

这里我收集整理了目前网上silverlight第三方控件的专题,若果有所遗漏请告知我一下。

名称 简介 截图
telerik RadControls for Silverlight includes 24 UI controls that
can be used in pure Silverlight applications or as parts of existing
ASP.NET applications. Sharing the same codebase with our WPF components,
the Silverlight controls offer a clean and intuitive API, complete
Blend support and powerful theming capabilities that will radically
improve your RIA development.

devexpress As the release of Silverlight draws near, DevExpress has
invested the engineering resources needed to deliver a feature-rich grid
control for Silverlight. Not just a "preview" of what is possible with
Silverlight, the AgDataGrid Suite was developed to fully exploit the
power and flexibility of the platform and will ship with the following
features......

componentone It’s here; the most complete suite of Silverlight controls
on the market – with over 30 Silverlight controls! We didn’t stop there.
ComponentOne Studio for Silverlight controls are easy to style, packed
with built-in features, and are compatible across multiple browsers.
The future of Web development tools is yours. Illuminate your RIAs today
with rich design, interactivity, and enhanced performance.

infragistics Infragistics Silverlight Data Visualization controls feature the new Map, Timeline and Zoombar in addition to Charting with more than 28 chart types, and powerful Gauges.
Includes SharePoint Web Parts, providing developers with the tools to
design data visualization and dashboard-driven applications today.

intersoftpt WebAqua.NET 2.0 brings the future Web UI and UX concept
build upon Microsoft Silverlight 2.0. It is designed with two key
objectives - bringing aqua-fresh and crystal clear experience to your
professional Web application.

netikatech A brief tour of GOA Toolkit Controls for Silverlight. Browse Commands, Container and Navigators samples in this demo.

visifire Visifire is a set of open source data visualization components - powered by Microsoft Silverlight & WPF.
Visifire is a multi-targeting control which can be used in both WPF
& Silverlight applications. Using the same API, charts in both
Silverlight & WPF environments can be created within minutes.
Visifire can also be embedded in any webpage as a standalone Silverlight
App. Visifire is independent of server side technology. It can be used
with ASP, ASP.Net, PHP, JSP, ColdFusion, Ruby on Rails or just simple
HTML. Don't take our word for it! Visit Visifire Gallery or design your own chart using Chart Designer.

xceedsoft Quickly and easily add upload capabilities to any Silverlight 2 application.

ilog

divelements SandDock is our award-winning window management software
that enables dockable windows and advanced window management
functionality in applications that use it. We have ported this
technology to the Silverlight platform to bring web developers flexible
window management features for their online applications. The product is
designed to offer the power of the Visual Studio windowing system -
though that doesn't mean your application will look like Visual Studio.

Kit 3D Kit3D is a 3D graphics engine written for Microsoft
Silverlight. Kit3D was initally released in a JavaScript format to run
with Silverlight 1.0, now there is a new release which is written for
the upcoming Silverlight 2 release. The new version of the engine is
written in C# and the classes now model the WPF3D types which are found
in the System.Windows.Media.Media3D namespace. Applications written
using Kit3D will look nearly identical to code written to produce WPF3D
content. NOTE: Use this library at your own risk, it does not come with
any level of support.

Tweener(Of T)

agTweener agTweener provides a toolkit for Silverlight designers and
developers to achieve animation and transition effects similar to
toolkits currently available for Flash/Flex developers by defining
transition effects in .NET code and applying these effects to any
FrameworkElement.
silverlightcontrib I'm happy to announce the Alpha 2 release of Silverlight Contrib!  If you have been following the project on CodePlex,
you know that a lot has changed in the past few weeks.  The team has
grown to 6 members and we have added quite a few new features (including
Silverlight 2 RTW Compatibility).  Additionally, we have created a web
site (SilverlightContrib.org) which contains live demonstrations of many features in Silverlight Contrib as well as an RSS feed for keeping up with announcements. 

Silverlight Toolkit The Silverlight Toolkit is a collection of Silverlight
controls, components and utilities made available outside the normal
Silverlight release cycle. It adds new functionality quickly for
designers and developers, and provides the community an efficient way to
help shape product development by contributing ideas and bug reports.
This first release includes full source code, unit tests, samples and
documentation for 12 new controls covering charting, styling, layout,
and user input.

slextensions The aim of Silverlight Extensions is to group usefull controls and silverlight best practises in one place.

componentart ComponentArt is pleased to announce the details of our most significant release to date – ComponentArt Web.UI 2009.1. The upcoming release we will add a new Scheduler control to our flagship Web.UI for ASP.NET AJAX product line as well as introduce a major new suite of controls: ComponentArt Web.UI for Silverlight.

 

时间: 2024-10-05 17:23:16

Silverlight第三方控件专题的相关文章

关于在Windows2008上部署网站的,无法加载第三方控件"Access is denied"的问题。

问题描述 我在Win2008部署了网站,打开网页加载第三方控件就出错"Accessisdenied",2008磁盘的格式是NTFS,win2003中:工具-文件夹选项-查看,将"使用简单文件共享"的勾去掉可以解决问题,但是Win2008中没有这个选项,应该如何解决呀,请各位大侠指点下一下谢谢. 解决方案 解决方案二:文件属性-安全性,设置匿名账户可以读取应该也可以吧解决方案三:权限已经设置了,Everyone完全控制权限!解决方案四:应该是访问权限的问题解决方案五:

Silverlight重写控件样式

在实际开发应用中,Silverlight默认控件样式并不能满足我们所有的需求,特别是对华丽界面的构造,需 要对现有控件进行皮肤重写.WPF/Silverlight中使用xaml描述界面,类似Css,它们同样有Style和Template .目前微软开源工具包中集成的均是复杂类型控件,如何修改它们的样式确实难倒了不少朋友,那么本节以分 析为主,结合对常用的NumericUpDown控件向大家讲解如何对现有控件进行样式重写. 首先打开工具包中的示例项目: 接着找到NumericUpDownSampl

timer-DEV 第三方控件中的使用中自定义用户控件里面的Timer 控件的使用

问题描述 DEV 第三方控件中的使用中自定义用户控件里面的Timer 控件的使用 用户控件中使用的代码如下:/asp:ScriptManager /asp:Timer /asp:Literal /asp:UpdatePanel 为什么到事件刷新的时候会报 " Sys.WebForms.PageRequestManagerParserErrorException: 未能分析从服务器收到的消息." 这个错误呢?请指教一下 解决方案 asp不会,jsp会一点,祝你好运!

asp.net 怎么实现多张图片一起上传 有没有什么第三方控件可供使用

问题描述 asp.net 怎么实现多张图片一起上传 有没有什么第三方控件可供使用 asp.net 怎么实现多张图片一起上传 有没有什么第三方控件可供使用 解决方案 http://blog.163.com/tianshenglongchang@126/blog/static/16462850320107724827852/ 解决方案二: swfupload,uploadify,不行你用html5的input file控件,设置multiple就可以同时选择多个文件进行上传 解决方案三: http:

用VB将第三方控件打成CAB包(在WEB页面上使用)

web|控件|页面 用VB将第三方控件打成CAB包(在WEB页面上使用)由于工作的需要,笔者需要在WEB页面上显示CAD文件(在客户机器上不装CAD).由于时间紧迫,现写控件根本来不及,没办法在网上搜寻了一圈.找到了一个软件,大小大概有8兆左右.可以用来浏览DWG类型的文件.用了一下,发现其用的是一个DLL类型的控件,并带有两个附属的DLL文件. 如果要在WEB页面上使用控件,则控件需要打成CAB类型的包.上网找了一个打CAB包的工具,名字叫IExpress.不过如果用这个工具打包需要手工编写I

VB中利用第三方控件实现软件在线升级

大家对金山毒霸.瑞星等杀毒软件的在线升级一定不陌生吧?它们可以利用在线升级程序进行在线升级,无需用户访问网站下载.这样的功能的确对于使用者来说是十分方便的.那么,您是否也想为您的软件添加方便的在线升级的功能呢?下面介绍一个第三方控件,能够帮你非常容易地就实现. bkDLControl控件一个可以快速实现在线下载的控件,它在下载的同时通过进度条显示进度.你可以编写当其下载完成后的事件,这样我们就可以轻松达到在线升级的目的. 要了解该控件强大便捷的功能,下面我们就通过一个实例来讲解. 第一步:首先启

VB中利用第三方控件实现QQ垂直菜单

编者的话:经过一个月的前期准备,第三方控件推荐今日正式开始,今天推荐的控件是由网友伍学慧提供的,小编在此代表所有网友对他表示感谢. 源代码包中为VerticalMenu控件,请下载后解压测试 使用示例: QQ是我们经常使用的软件之一.相信大家对QQ那样的界面再熟悉不过了.在这,我向大家推荐一个在VB中能轻松实现这种类似于QQ垂直菜单的第三方控件VerticalMenu. 下面我就结合实例(开发环境为Visual Basic 6.0,windowsXP)讲一下运用VerticalMenu控件开发程

在DELPHI7中不使用任何第三方控件,实现放在工具栏上可拖动的XP风格

今天有点空闲时间,顺便写点东西,不是什么深奥的东西,但实用,对于不想第三方控件但又想加点效果的朋友可能有点用.实现的效果如图: 步骤一:把Win32面板上把CoolBar组件加到窗体上 步骤二:把Additional面板上的ActionMainMenuBar组件加到CoolBar组件上.(注意一定要放在CooBar 组件上) 步骤三:把Win32面板上的PageScroller组件同样加到CoolBar组件上. 步骤四:把Additional面板上的ActionToolBar组件加到PageSc

把第三方控件嵌入ToolStrip控件并提供Design-Time支持

最近研究了一下如何将第三方控件嵌入到ToolStrip控件中,并能提供Design-Time下的支 持. 下面将详细讲解如何把系统的MonthCalendar控件嵌入到ToolStrip控件中. 以下的两幅图片显示了最终的样子. Run-Time下的样子 Design-Time下的样子