[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:
parent
1735a652a2
commit
f3a762060f
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ End
|
|||
Private Sub Height_Write(Value As Integer)
|
||||
|
||||
$iDefaultHeight = Value
|
||||
GetView()._ResizeContents()
|
||||
|
||||
End
|
||||
|
||||
|
|
Loading…
Reference in a new issue