0.83.5.820 +---------------------------------------------------------------------------------------- - 0000796: DBGrid: Render bug when Column color is clWindow and project is created with 0.82 - 0000795: Grid: Cell background color change poor rend
Dim i As Integer, j As Integer TabPage5_Resize For i = 0 To 50 j = j + 1 If j > 4 Then j = 1 UniCombobox1.AddItem "Combo Item" & i, Val(j) UniCombobox2.AddItem "Combo Item" & i, Val(j) UniListbox1.AddItem "List Item " & i, Val(j) Next i With UniL