I'm using the latest version of the SL Toolkit for SL3. The TimePicker works great but is slightly too big. There's plenty of white space before the actual time.
I tried to resize the control by setting MinWidth
and Width
but the TextBox
dislaying the time doesn't get resized below a width of 120 and therefore the right part gets hidden.
Did anyone encounter the same issue and has a fix for it? I tried overloading the ContentTemplate but without any luck.