Grid Control

Is there anyway of disabling a grid from adding rows?

I have a grid control that displays a fixed set of rows, property and value.

It doesn't make sense for the user to add a row.

Or is there a better GUI component to use?

···

--
Nick

Nick Leaton wrote:

Is there anyway of disabling a grid from adding rows?

I have a grid control that displays a fixed set of rows, property and value.

It doesn't make sense for the user to add a row.

The user can't add rows without help from your program, so it should do fine for you.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!