0

I'm developing a project in Visual webgui right now. Designing a window/page is very similar to WinForms. I need a control like this one: http://www.devexpress.com/Products/NET/Controls/WinForms/Tree_List/.

There is no control like this in Gizmox libraries so I have to create my own. I'm looking for source of such a control in WinForms, so I could implement my custom control based on ready example.

Or maybe You have such a control in webgui ? Anyway, thanks for you help

Marshall
  • 1,195
  • 6
  • 30
  • 47

1 Answers1

0

You could try VisualJS.NET and translate any javascript control easily.. It supports custom javascript based controls etc.

Zuuum
  • 1,495
  • 11
  • 18