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: BoucherS **
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: BoucherS **
Hi,
This is already fixed. It is included in v2.5.
Thanks.