Winform on CF is a bit heavy; initializing a large number of window handles takes a lot of time and memory. Another problem is the lack of built-in double buffering and the lack of control over the user interface, which means that during intensive operations with the processor, the user interface can leave the user half the screen displayed. Nice!
To alleviate this problem, I would request a lightweight management structure, is there one knockout already or do you have a homegrown?
Lightweight, I mean the control library, which allows you to fully control the color of the controls and does not use many expensive Windows handles.
NOTE. Please do not assume that I am using the UI thread too much. This is not the case.
source share