Recent content by Yang Kul

  1. Yang Kul

    Rotation canvas in windows phone inverse 180 degrees before rotating correctily

    I have a canvas and I want it to rotate when I hold my finger on the screen. But when first moving,the canvas always inverse 180 degrees before follow my finger direction.Here is my code. In my xaml page: <Canvas Name="pnEditor" Visibility="Visible" Background="Transparent"...
  2. Yang Kul

    Need help for making image in a grid column show full grid container!!

    yup..that' what I want here..so do you have any ideas?
  3. Yang Kul

    Need help for making image in a grid column show full grid container!!

    hix..64 views and no idea of anyone?..Is it hard or is it too easy and cause I'm too bad to help..:(
  4. Yang Kul

    Need help for making image in a grid column show full grid container!!

    I am making a quiz with answers are pics. I put them i a grid. I used story board to make each image change to full screen.But now I have 2 problems with it. - How can I get width and height from grid container of answers and put them in storyboard? -How can we make the image when we on hold,it...