[GB.FORM]

* BUG: Setting GridView.Rows.Height correctly update the GridView viewport 
  size.


git-svn-id: svn://localhost/gambas/trunk@4522 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2012-03-02 02:25:52 +00:00
parent 1735a652a2
commit f3a762060f

View file

@ -318,6 +318,7 @@ End
Private Sub Height_Write(Value As Integer)
$iDefaultHeight = Value
GetView()._ResizeContents()
End