Menu

Property Grid

Help
deepak
2015-06-06
2021-07-09
  • deepak

    deepak - 2015-06-06

    Hi David, Can you please add an example for creating the property grid or can you hint me where i should look into it?

    thanks

    like this : http://s12.postimg.org/kdwe8wzz1/grid.jpg

     
  • David

    David - 2015-06-10

    Hi Deepak

    This article from CodeProject demonstrates how to create a PropertyGrid using C++ and with just Win32 code (no MFC). It is based on a ListBox control.

    http://www.codeproject.com/Articles/77957/Win-SDK-PropertyGrid-Made-Easy

    Best regards,
    David

     
  • deepak

    deepak - 2015-06-10

    Thanks David, for pointing me to the resources.
    and thanks for the project, for beginner like me.

    Just for the curiosity, Did you have any plan to add Property Grid into Win32XX?

     
  • David

    David - 2015-06-15

    I'm not planning to add a Property Grid to Win32xx at this stage.

    If you would like to come up with one though, I could add it to Win32++ if you like, citing you as the original author.

    Best regards,
    David

     
  • deepak

    deepak - 2015-06-18

    As you know i am just a beginner and integrating property grid will required the knowledge of understanding the Windows API and your framework. I will still try, if i get something working i will add it.

    Regards
    Deepak

     
  • x-flow

    x-flow - 2021-07-09

    Win32++ is great, I like how it doesn't hide the API but just augments it.
    This would be a good component to have.

     

Log in to post a comment.