Product Spotlight
(0 votes)

Weather control: update

2 comments   /   posted by Denislav Savkov on Aug 15, 2008

Download source

In a response to one comment in our first article about the weather control we decided to update it. Now it is easier to slide item by item. It is not the best implementation but it works with a little tuning. Just remember if you change the item's sizes you must adjust the width of the control. The width should meet the requirements of this equation.

(control.Width - LeftButton.Width - RightButton.Width ) %  (control.Height / ItemHeight * ItemWidth) = 0

Not convenient but we will work on that until the next version.

Weather control article series: part 1, part 2, part 3.

Filed under: Misc


Comments

Comments RSS RSS
  • RE: Weather control: update  

    posted by dan on Oct 14, 2008 13:39

    Code does not run with latest silverlight 2 release

  • RE: Weather control: update  

    posted by Enrai on Oct 15, 2008 04:27

    We are currnetly converting all of our samples and demos, so they will be running under Silverlight 2 Final very soon! :)

Add Comment