Hi.. I am trying to make a datagrid that looks and works like the Visual Studio .NET's properties window..
Is the properties window a datagrid? If yes,
The first thing I want to do is to put multipled headers just like the properties windows' headers (example: Accessibility, Appearance) but I dont know how.. It seems that only one header or caption is allowed in a datagrid...
If no, what kind of windows form is it? I want to make something similar to it.