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)
var t = new TimePicker();
t.BorderThickness = new Thickness(0);
The border still wraps the control (incidentally it works fine on the DateTimePicker)