MSHFlexGrid1.RowHeight(行号) = 行的高度
...我这里没问题...
...我这里没问题...
我的msn: myfend@
Private Sub Form_Resize()
If Me.WindowState <> 1 Then
MSHFlexGrid1.Width = Me.Width - (8510 - 8280)
If Me.Height - (7875 - 6015) > 10 Then MSHFlexGrid1.Height = Me.Height - (8535 - 5705)
End If
End Sub