You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like if you add your min or max value in when creating the SpinButton, it will allow you to change the values via the up and down arrows using the mouse.
sbEnemySpawnInterval= new SpinButton
{
Nullable = false, Width = 100,
Minimum = 3,Maximum = 20,
Left = 10, Top = 100,
Value = 3
};
Cant change the value be mouse/keyboard
The text was updated successfully, but these errors were encountered: