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

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,
 
A

Alvin Bruney [ASP.NET MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top