Date formatting using bindings in Silverlight DataForm
I had fun today trying to work out why I could not get the date column of a data form grid to be formatted correctly. Listed below is some xaml markup of the dataform..
1: <df:DataForm … more
I had fun today trying to work out why I could not get the date column of a data form grid to be formatted correctly. Listed below is some xaml markup of the dataform..
1: <df:DataForm … more
Had a bit of a problem today trying to set a multi-scale image with a deep zoom source to fit the height. Fitting the width is easy:
1: //Reset origin
2: multiSourceImage.ViewportOrigin = new … more