Displaying 1 result from an estimated 1 matches for "maximum_size".
2009 Apr 19
1
FlexibleGrid column sizing
...xGrid control without any proble. However all the columns are the
same width, and I can''t find any combination of flags that will make the
the columns anything other than the width of the widest column. Most of
the controls going into the grid are TextCtrls and I have specified the
"maximum_size" attribute as a Size.new(x,-1) with the following flags:
ALIGN_LEFT | ST_NO_AUTORESIZE. When adding the controls to the
FlexGrid to "proportion" field is set to zero. And yet all the columns
are the same width, the width of the widest sub-control.
How can one specify a maximum co...