Try using two rows. One fixed and another row with the rowheight
property set to zero.
With MshFlexGrid1
.Rows = 2
.FixedRows = 1
.RowHeight(1) = 0
End With
: ive tried that, but fixed rows need to be at least one less than the
number
: of rows, and when i set rows to one there are no fixed rows.
: > Setting Rows = 1 and FixedRows = 1 should do it.
: >
: > On Thu, 28 Mar 2002 18:48:58 GMT, "Christine Hale"
: >
: > >Does anyone know how to get the msHflexgrid ontrol to have just 1
row
: (fixed
: > >row). i got it to work with msflexgrid but cant get it to work
with the
: > >updated msHflexgrid. can anyone help?
: > >
: > >
: >
:
: