Property Grids

<< Click to Display Table of Contents >>

Navigation:  Programming >

Property Grids

 

Property grids are a unique tool to implement a structural data display and editing.

 

The grids can be created in code with a easy to use yet powerful API, AppendPropertyGrid and AppendPropertyRow.

 

This tools can be seed as a form of an editable treeview and / or object inspector.

In contrast to those tools it is displayed inside the wptools editor which offers zooming and also instant WYSIWYG printing.

 

This example only consists of property rows:

SimplePropertyGrid

 

This is a property grid with several levels and contained property rows. The design can be easily modified.

 

property_grid_alt   property_grid

 

Please see the example which reads out this grid.