PropertyGrid painting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to paint a different color for the title of each property in a
property grid -- i.e. to have the title background be different from the edit
field background for the property?
 
Property grid has only 1 Backcolor that will be used as background colour
when rendering the property labels and values. It could be possible by
setting the background brush to a specific value and then invalidating the
property label area but it is so complex that you might consider writing
your own property grid.

Gabriel Lozano-Morán
Real Software
 
Back
Top