MSHFlexGrid 这个的高度怎么设置的哦,就是显示多少行,,超出了就生成滚动条,
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
不就是窗体的大小调整的时候...调整一下MshFlexgrid的宽和高吗.