How to change column width in a property grid from code?

  • Thread starter Thread starter martinfrompi
  • Start date Start date
M

martinfrompi

I have a wide property grid, to display wide values. The problem is
that by default the property grid splits 50:50 between the name and
value columns.

The user can change that by dragging the divider to the left - but that
gets a bit tedious EVERY time they run the program.

Is there an easier way for my code to change the width? Neither
PropertyGrid, nor GridItem seems to have any useful properties.
 
Back
Top