CheckBox state propagation slow for large number of nodes #820
Labels
Enhancement
Open for Discussion
There are several possibilites to address the issue and anyone is invited for comments.
Milestone
Steps to reproduce :
Suggestion :
change following methods
procedure TBaseVirtualTree.WMKeyUp(var Message: TWMKeyUp);
procedure TBaseVirtualTree.HandleMouseUp(var Message: TWMMouse; const HitInfo: THitInfo);
replace
DoCheckClick(FCheckNode, FPendingCheckState);
with
I'm not shure if it will break something because of issue #805 but it's worth considering. After code change grid selects checkboxes allmost immediately even on million child nodes.
The text was updated successfully, but these errors were encountered: