PropertyGridManager with three columns

Howdy,

I created a PropertyGridManager instance with three columns (by using pg.SetColumnCount(3)).

I can add properties by specifying a label and a value as shown below

pg.Append(wxpg.StringProperty(“Name”, value=“test”))

This populates the first two columns. I could not find an example of populating the third column. Any pointers?

Thanks in advance,

Fahri