It appears like a different behavior between .Net CF 2.0 and .Net CF 1.0.
For some reason the Table control doesn't refresh properly.
You can add the following lines in Sub BtnDayLes_Click:
Code:
tableday.Width = tableday.Width + 1
tableday.Width = tableday.Width - 1
This will refresh the scroll bars.
BTW, there is a syntax error in line 437 (the msgbox should be in a new line).