sungwanha/CsWatch

Stopwatch time is running out.

Opened this issue · 2 comments

Stopwatch time is running out. and Time will stop while you scroll through the stopwatch records.

Ok. Timer_tick was seperated panel by panel.
Gonna combine all timer event as soon as possible :)

All the Timer_tick has been synchronized! But pausing of label updates didn't solved.
The pausing of label updates could be due to the UI thread being busy handling the ListBox scrolling
This is a structural issue in WinForms, making it difficult to resolve, i think