Following on from my earlier post I have another question. I have a datetimepicker being set via FrameworkElementFactory into a GridView. It is bound to a class that shows its value as a string. So for a value of '1/4/1959' it now shows Wed 4/1/1959 and drops down the month of April. Nearly right.
How do I get it to show Wed 1/4/1959 for 1st April 1959?
Also the date part of the string is shown a few picels lower that the day string so the bottom of all the characters is chopped off. increasing the height of the datetimepicker simply makes my row bigger but the 'combo' doesn't change size at all.
How do I set the size of the contained 'combo' and make the text all line up corretcly?
Thanks
John