tags:

views:

43

answers:

2

I want to develop Error List Control present in VS.NET into my application using WPF Help me

Thank u!!!!!!!!1

+1  A: 

have a look at AvalonDocks

Joachim Kerschbaumer
A: 

The error list in Visual Studio is essentially a DataGrid. Check out the DataGrid control in the WPF Toolkit. If you are using 4.0, DataGrid is part of the framework.

John Myczek