CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: property grid

  1. #1
    Join Date
    Sep 2004
    Posts
    11

    property grid

    i need 2 use 2 propertygrids : in one i want to show all the properties created at runtime and in other one just some properties of those ones.
    how can i do this?

  2. #2
    Join Date
    Dec 2004
    Posts
    4

    Re: property grid

    I found several articles at CodeProject.com on customizing PropertyGrids. It is not easy but It can be done. One of the articles was "Bending the property grid to your will" or something like that. I found about 5 articles that related to the property grid and give various information. I am sure there are some here too.


    Flip

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured