Greetings Gurus, it seems this is a bug. TimePicker BorderThickness can't be set
var t = new TimePicker();
t.BorderThickness = new Thickness(0);
The border still wraps the control (incidentally it works fine on the DateTimePicker)
Comments: ** Comment from web user: TmeedEl **
var t = new TimePicker();
t.BorderThickness = new Thickness(0);
The border still wraps the control (incidentally it works fine on the DateTimePicker)
Comments: ** Comment from web user: TmeedEl **
Is a 2.5 or 2.6 community edition going to be released?