adamjcooper.com/blog

Enterprise Software Development in C#

Why I Abandoned Silverlight for ASP.NET MVC

I'm currently tasked with building a web-based tool that helps social event coordinators keep track of their invitees--who has been contacted, who has sent in an RSVP, who has paid, what particular activities a person will be participating in, etc. It's essentially a big contacts list with a lot of ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Improved Mouse Wheel Support for Silverlight 2 Beta 2 ScrollViewer

This is an update to a previous post, but everything you need to easily add mouse wheel support to a Silverlight 2 Beta 2 ScrollViewer is listed here. The Problem Silverlight 2 Beta 2's ScrollViewer control doesn't recognize the mouse scroll wheel, and implementing a workaround is di... [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Mouse Wheel Scrolling in Silverlight 2 Beta 2

UPDATE I've put together a much improved new version that includes support for associating the mouse wheel by simply hovering over a ScrollViewer, as well as live demos and a more complete download example. Consider this post and the download deprecated. Please see the new post. Intro... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Silverlight ListBox SelectedItem/SelectedIndex Visual State Bug Workaround

There is a UI bug in Silverlight 2 Beta 2's ListBox that has become a problem for me recently: When you set the SelectedItem or SelectedIndex property to programatically alter the current selection, the internal state of the ListBox is correctly updated, but the visual representation is not. F... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


 
Powered by BlogEngine.NET 1.4.5.0 | Design by adamjcooper