When AddControlExTag a Tcheckbox in cell of rows, scrolling is slow.
Code: Select all
chk:=TCheckBox.Create(rv);
table.Cells[i-1,3].AddControlExTag('',chk,-1,rvvaAbsMiddle,'tag');
Code: Select all
chk:=TCheckBox.Create(rv);
table.Cells[i-1,3].AddControlExTag('',chk,-1,rvvaAbsMiddle,'tag');