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 **
Where can I get 2.5?