The default table class is called wxGridStringTable and holds an array of
strings. An instance of such a class is created by CreateGrid().
The default table class is called wxGridStringTable and holds an array of
strings. An instance of such a class is created by CreateGrid().
@a resizeExistingRows is @true.
If @a height is less than GetRowMinimalAcceptableHeight(), then the
@a resizeExistingRows is @true.
If @a height is less than GetRowMinimalAcceptableHeight(), then the
Notice that currently there is no way to make some columns resizable in
a grid where columns can't be resized by default as there doesn't seem
to be any need for this in practice. There is also no way to make the
Notice that currently there is no way to make some columns resizable in
a grid where columns can't be resized by default as there doesn't seem
to be any need for this in practice. There is also no way to make the
supposed that fixed columns are used for static parts of the grid and
so should remain fixed during the entire grid lifetime.
supposed that fixed columns are used for static parts of the grid and
so should remain fixed during the entire grid lifetime.