Hello all,
Does anyone know a controls library, which meets the following requirements:
- Open source;
- Full modern OSs functionality (buttons, checkboxes, radiobuttons, scroll bars, progress bars, sliders, tabs, menus, lists, trees);
- Handleless (controls shouldn't be derived from OS's window entity);
- Shouldn't hardcode appearance (neither colors, nor shapes, nor sizes, nor effects). Has to be customizable and supports some sort of themes;
- Output flexibility (it has to be placed on top of OpenVG as well as another graphical subsystem);
- 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,