Hi there It's very common for business applications in .net world to use third party control sets like devxpress, componentOne etc. They give possibility to apply skinning, use controls with rich functionality etc.
The problem arises when we want to port such application to other platforms - are there any controls that have their eg. linux counterparts (with similar API, functionality etc)?
I couldn't find any, so on lower level I was considering:
raw Mono 2.0 winforms - unproven, probably have some quirks, no rich controls, no skinning
QT - GPL (not all clients would like to publish the source), a bit of learning curve
GTK - no rich controls, no skinning, not native windows look and feel
Silverlight - no filesystem access
SWT - don't know how does it work with .NET, I guess "no rich controls and no skinning" also applies here
thanks for any suggestions
[EDIT] by rich controls I mean things like eg. hierarchical grid (with tree-like collapsible row)