views:

19

answers:

0

Hello all,

Does anyone know a controls library, which meets the following requirements:

  1. Open source;
  2. Full modern OSs functionality (buttons, checkboxes, radiobuttons, scroll bars, progress bars, sliders, tabs, menus, lists, trees);
  3. Handleless (controls shouldn't be derived from OS's window entity);
  4. Shouldn't hardcode appearance (neither colors, nor shapes, nor sizes, nor effects). Has to be customizable and supports some sort of themes;
  5. Output flexibility (it has to be placed on top of OpenVG as well as another graphical subsystem);
  6. It should be implemented in .Net OR have .Net wrapper OR be simple enough to make a wrapper on my own;

I'm planning to use it as a start point, not as ready solution, so I don't think libs like Qt is good choice.

Regards,