Click to See Complete Forum and Search --> : Windows control name


mogly33
May 23rd, 2009, 09:51 AM
hey everyone,

I'm new here, trying to code some apps in win32 api and I came across with a control that would perfectly fit to a small app I'm writing write now in win32 api. The thing is that I dont know what its called so I'm guessing you might know the answer.

since I dunno whats it called I only have an image for it from some site I'v been to. I uploaded the image to a temp hosting and this is the link :

hxxp://img199.imageshack.us/img199/36/imageoqp.jpg

I wanna know how do I create something simular to the control that is marked in red around that image. I want to create something that looks kinda the same, has "+" on title/subjects and each filled can be whatever I want (edit,listbox, etc'). I know it isnt a treeview, at least not a regular one, is it ??

so I need the name of such control and if anyone could let me know how do I do that ? that would be great

thanks.

Notsosuperhero
May 23rd, 2009, 12:38 PM
It is a property grid, you can maybe get something like it with Property Sheets (http://msdn.microsoft.com/en-us/library/bb774540(VS.85).aspx).

Igor Vartanov
May 24th, 2009, 03:04 AM
hey everyone,

I'm new here, trying to code some apps in win32 api and I came across with a control that would perfectly fit to a small app I'm writing write now in win32 api. The thing is that I dont know what its called so I'm guessing you might know the answer.

This is what Spy++ says about it:

carl666
May 25th, 2009, 11:21 AM
Property Grid is not a control.
Use the native win32 TListview control