This commit is contained in:
2020-11-05 10:37:14 +01:00
parent 7750fdf6a5
commit 10f660460f
16 changed files with 570 additions and 178 deletions

View File

@@ -201,6 +201,7 @@ Public Class ClassControlCreator
If CType(pAttributeRow.Item("MULTISELECT"), Boolean) Then
oView.OptionsSelection.MultiSelect = True
oView.OptionsSelection.MultiSelectMode = GridMultiSelectMode.CheckBoxRowSelect
oView.OptionsSelection.CheckBoxSelectorColumnWidth = 20
oMyNewGridControl.Size = New Size(CInt(pAttributeRow.Item("WIDTH") + 50), CInt(pAttributeRow.Item("HEIGHT")))
End If