This commit is contained in:
2021-10-20 22:24:56 +02:00
parent 787491cf6b
commit 2d7bb951d2
26 changed files with 1204 additions and 415 deletions

View File

@@ -13,7 +13,7 @@
With gridAvisoBenachrichtigungen
.DefaultCellStyle.Font = gridFont
.Columns.Clear()
If .Columns IsNot Nothing AndAlso .Columns.Count > 0 Then .Columns.Clear()
'.RowTemplate.Height = rowHeight 'muss vor Bindung sein