I am using sfListView.
I studied the documentation and put about 70 strings in sfListView.
However, after all the strings are added, the form, scrolling, and window movement are all slow.
I'm not sure if it's a winform feature, but it seems to continue rendering after all the controls are drawn.
Even after the control is drawn, the CPU usage is 8-20%.
Is there a way to make the cpu 0% if I do nothing after all the controls and data have been added?