Hello,
Why doesn’t cell alignment work for cells of type checkbox?
I’ve tried the following in the Listbox’s CellBackgroundPaint method:
If row < Me.RowCount Then
Me.CellAlignmentAt(row,0) = ListBox.Alignments.Center
End If
Also, what is the difference between ListBox.ColumnAlignmentAt and ListBox.CellAlignmentAt?
I’m not sure which of the above properties applies to cells of type checkbox and which Event Handler to use.
thanks