C# WPF application: Is there a component or tool to create an inte

  • Thread starter Thread starter Haiping
  • Start date Start date
H

Haiping

just like Visual Studio?

We need create a WPF application which is in C#. We want to our application
GUI look like the Visual Studio. It has the
-- Tree view like VS's Solution Explorer and Class View windows. It can be
hidden or floating.
-- Main window like the VS's editor window.
-- Error window like the VS's Debugger window.
-- Help window like the VS's help window.

We want know if WPF has some build in usercontols ( tree view user control?
) that we can use to build our application or is there a third party tool
that can be used to build Visual Studio look like GUI?

Thanks for any help,
 
The WPF control suite is handicapped at the moment. However, you can look at
some 3rd party vendors to see what they have - component1, infragistics.
Performance may be an issue so make sure to POC.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 
Back
Top