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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top