Sign In
DevDave - Dave Relyea's Silverlight Blog
Silverlight Phone and Rich Client Development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Animation
attached behavior
attached DependencyProperty
Border
Canvas
ControlTemplate
DependencyProperty
Dialog
Layout
Layout events
LayoutUpdated
Navigation
Panorama
Pixel snapping
Property system
Silverlight 2
Silverlight for Windows Phone
SizeChanged
Slider
subclass
ToolTip
Transition Effects
VS 2008
Windows Phone 7
WrapPanel
Archive
Archives
October 2010
(1)
September 2010
(3)
October 2008
(2)
July 2008
(4)
June 2008
(5)
May 2008
(3)
June, 2008
MSDN Blogs
>
DevDave - Dave Relyea's Silverlight Blog
>
June, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
DevDave - Dave Relyea's Silverlight Blog
Using VS Snippets to Add DependencyProperties and Attached DependencyProperties
Posted
over 4 years ago
by
Dave Relyea - MSFT
1
Comments
It can be a little tedious to type in everything that you need to define a DependencyProperty but you can use VS 2008's snippets to make is easy. The snippets are designed to work with WPF, but they can be made to work with Silverlight with one small...
DevDave - Dave Relyea's Silverlight Blog
Using an Attached DependencyProperty to Implement Pixel Snapping as an Attached Behavior
Posted
over 4 years ago
by
Dave Relyea - MSFT
7
Comments
In a previous post , I introduced the Snapper element, which is a UserControl subclass that snaps its Content to an integer pixel. Now I'll show how to implement snapping as an attached behavior using a custom attached DependencyProperty. To use the...
DevDave - Dave Relyea's Silverlight Blog
Navigation with Animated Transition Effects
Posted
over 4 years ago
by
Dave Relyea - MSFT
8
Comments
One of the common things that developers want to do is to navigate between pages of their application. Once they have that, then they want to make the transitions look pretty. The attached project (see below) show how to do use a TransitionControl to...
DevDave - Dave Relyea's Silverlight Blog
DiscreteSlider - Adding Functionality with a Simple Control Subclass
Posted
over 4 years ago
by
Dave Relyea - MSFT
3
Comments
How do you prevent the Slider from returning "ugly" values, and get it to "snap" to only the values that you want, such as integers, or multiples of a certain step value such as 0.125? One way to do this is to override OnValueChanged, but it helps to...
DevDave - Dave Relyea's Silverlight Blog
Using Popup to create a Dialog class
Posted
over 4 years ago
by
Dave Relyea - MSFT
14
Comments
Presenting a dialog to the user is a common task for many applications. Silverlight 2 does not have a Dialog class, but it is possible to use the Popup class to create a very credible dialog. My Dialog class can't leave the Silverlight plugin--for that...
Page 1 of 1 (5 items)