I want to develop Error List Control present in VS.NET into my application using WPF Help me
Thank u!!!!!!!!1
I want to develop Error List Control present in VS.NET into my application using WPF Help me
Thank u!!!!!!!!1
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.