Display grid if the grid property is set, and ignore vertical alignment when drawing the contents.
[GB.DB.FORM] * BUG: DataComboView: Ignore vertical alignment when drawing the contents. * NEW: DataComboView: Draw grid inside the combo if the grid property is set (the code is actually in the previous commit).
This commit is contained in:
parent
0720b6763d
commit
1eb943644e
1 changed files with 0 additions and 5 deletions
|
@ -25,11 +25,6 @@ Property Highlight As Boolean
|
|||
|
||||
Event Validate(Value As Variant)
|
||||
|
||||
'Property Read Current As Variant[]
|
||||
'Property Read Count As Integer
|
||||
'Property Read Index As Integer
|
||||
'Property Font As Font
|
||||
|
||||
Private $hDrawingArea As DrawingArea
|
||||
Private $hPopup As Window
|
||||
Private $hSrc As DataSource
|
||||
|
|
Loading…
Reference in a new issue