Sign In
Casey @ Microsoft
Pro developer and rock dude
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
Non-Development
Silverlight
Archive
Archives
October 2008
(3)
September 2008
(3)
MSDN Blogs
>
Casey @ Microsoft
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Casey @ Microsoft
Normal Properties vs. Dependency Properties
Posted
over 4 years ago
by
caseydarwinstein
0
Comments
In the Silverlight development world there are two kinds of properties that you can have on a Silverlight control: normal C# properties and dependency properties. The normal C# properties are added to a Silverlight control the same way as they would be...
Casey @ Microsoft
How do I get the height/width of a Silverlight UIElement if its not explicitly set?
Posted
over 4 years ago
by
caseydarwinstein
0
Comments
The answer is, of course, to use the ActualHeight and ActualWidth properties. But wait, ActualHeight and ActualWidth return 0.0 , what gives? Well it turns out that if you just check the ActualHeight and ActualWidth right away, you are getting the...
Casey @ Microsoft
“The property ‘_UnknownContent’ does not exist…” What?
Posted
over 4 years ago
by
caseydarwinstein
2
Comments
I was working on a custom Control the other day and that had its own XAML file. I had it all coded up, but when I went to build it, it gave me the following two errors: Error 6 The property '_UnknownContent' does...
Casey @ Microsoft
“Why didn’t you use a HyperlinkButton?”
Posted
over 4 years ago
by
caseydarwinstein
0
Comments
The other day I was working on a Silverlight control that would display a taxonomy of categories. Something along the lines of: One > Two > Three > Four > Five where “Five” is a child of the “Four” category, which, in turn, is a child...
Casey @ Microsoft
But wait… who is this guy?
Posted
over 4 years ago
by
caseydarwinstein
0
Comments
I realized after writing the last post that I had neglected to say who I was and why I was writing about Silverlight development. My name is Casey Stein and I’m a software developer working at Microsoft. I’ve been using Silverlight on the...
Casey @ Microsoft
Styles Are Forever – But ControlTemplates Are a Developer’s Best Friend
Posted
over 4 years ago
by
caseydarwinstein
1
Comments
I’ve been working on a project where I have a Button with a default Style that I wanted to change when the Button was clicked. So let’s say you have a Button and a couple of Styles as shown below: <UserControl x:Class= "SilverlightApplication1...
Page 1 of 1 (6 items)