Completed
Last Updated: 30 Oct 2017 06:36 by ADMIN
ADMIN
Dimitar
Created on: 01 Aug 2017 09:56
Category:
Type: Bug Report
1
FIX. RadTrackBar - there is a message box when the value is outside the range.
To reproduce:
private void radButton1_Click(object sender, EventArgs e)
{
    radTrackBar1.Maximum = 100;
    radTrackBar1.Value = 200;
  
}

0 comments