开发者

Ajax type controls for .NET winforms

开发者 https://www.devze.com 2022-12-10 18:01 出处:网络
Are there any 3rd part WinForms controls out there that give me ajax type effects. For example I want an effect where if I have a list box or a DataGrid control and someone clicks a field to mark it a

Are there any 3rd part WinForms controls out there that give me ajax type effects. For example I want an effect where if I have a list box or a DataGrid control and someone clicks a field to mark it as complete I want that field 开发者_JS百科to fade away not just instantly disappear. The standard controls get the job done but are not the best looking.

I hope that came accross clear.


Have a look at WPF (Windows Presentation Foundation). This is Microsoft's new framework for developing graphically rich user interfaces, and would in fact be capable of a lot fancier effects than you see with AJAX.

WPF is a radically different technology to its predecessor WinForms, but it's well worth the time spent learning!


There are pleny of third party controls..

DevExpress - http://www.devexpress.com/

Telerik - http://www.telerik.com/

Component Factory - https://github.com/ComponentFactory/Krypton

Infragistics NetAdvantage - http://www.infragistics.com/

ComponentOne - http://www.componentone.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消