jj 15.03 datagridview can add rows

This commit is contained in:
JenneJ
2016-03-15 14:41:45 +01:00
parent 7726db9872
commit 15b08db258
7 changed files with 80 additions and 48 deletions

View File

@@ -233,18 +233,6 @@
DEFAULTVALUE = properties.DefaultValue
End If
'If type = "TextBox" OrElse
' type = "ComboBox" OrElse
' type = "CheckBox" OrElse
' type = "RadioButton" OrElse
' type = "CheckedListBoxControl" OrElse
' type = "ListBoxControl" Then
' SHOW_COLUMN = BoolToInt(properties.ShowColumn)
'Else
' SHOW_COLUMN = BoolToInt(True)
'End If
If propExists(properties, "ShowColumn") Then
SHOW_COLUMN = BoolToInt(properties.ShowColumn)
End If