views:

24

answers:

2

I'm building an application but I'm artistically challenged and I'd rather not spend my time writing widgets (e.g. ability to collapse/expand/close/drag-drop) if there is already controls available. I've worked with the Microsoft AJAX Control Toolkit - but these tools still require a lot of work to get a working widget (which in my case, won't look too pretty). The CollapsiblePanel is pretty nice - but then you have to program in the minimize button, close button, maximize button, etc. Looking for suggestions that will help me design better UI faster...

A: 

I don't think the AJAX control toolkit takes very long to get working, I can implement things like that in a few minutes. Perhaps you need to invest a bit of time mastering the toolkit though.

SLC
+1  A: 

jQuery UI

Zarigani