Reputation: 23789
Can someone suggest a good UI framework for WinForms development? What I'm looking for is something that is fairly mature (=bug-free), renders well and quickly, and does not bloat my program with 10Mb assemblies.
Upvotes: 3
Views: 18086
Reputation: 180
You can also consider Nevron Open Vision for .NET (https://www.nevron.com/products-open-vision.aspx).
It contains 70+ UI components, plus advanced Chart, Grid, Diagram, Rich Text Editor, Gauge and Schedule components. All components can be integrated into any WinForms, WPF, Xamarin.Mac and Blazor - WebAssembly project.
The solution features hardware acceleration on most platforms (renders really fast), and is very lightweight.
Upvotes: 0
Reputation: 47
I’d suggest looking at DevExpress WinForms UI library which ships with over 190 high-performance and fully customizable UI controls and over 50 amazing application themes.
DevExpress is the only UI component vendor to offer WinForms DirectX rendering support. By moving to DirectX, their controls have achieved the highest possible performance and brilliant High DPI rendering quality.
You can try all DevExpress products for 30 days for free at https://www.devexpress.com/try
Upvotes: 0
Reputation: 3574
Me and my team all use Telerik. The result is a stunningly good looking GUI, the controls are very mature and easy to use.
I've purchased the developer express report control and it does not scale well at all. It maxes out the CPU on our webservers when producing a report with 10k+ rows on it. So I can't recommend developer express.
Upvotes: 3
Reputation: 7911
I use developer express. IMHO cleaner more rational API than infragistics, fewer bugs with visual studio and help integration. I never look at the size of assemblies.. it's not a really useful metric for me in .net installs. Just to install hello world you are looking at massive downloads and long .net framework installs.
Upvotes: 0