Add Tcheckbox cause slow

General TRichView support forum. Please post your questions here
Post Reply
mohsen24000
Posts: 75
Joined: Fri Jan 06, 2012 8:13 pm

Add Tcheckbox cause slow

Post by mohsen24000 »

Hi Dear,
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');
Post Reply