Hill IT Solutions
Tweet Tweet
- #knockoutjs is really amazing. Whatever problem I throw at it, it can solve it quickly and cleanly. This is how web development should be. 5 days ago
- @brisbaneazureug Count me in once I moved to Australia in March. 6 days ago
- Alcohol prepared (rum punch), dessert ready (black forest cake), #beaglebone running, I'm ready for Christmas. 1 month ago
- The joy of consuming a service, documentation says email max 100 chars, in reality max 80 chars, actual RFC says 254. 1 month ago
- Bugfixing with Häagen-Dazs Vanilla Caramel Brownie, which will be finished first? 2 months ago
-
Recent Posts
Categories
Tags
Tag Archives: silverlight
ListBox ItemTemplate Stretching
Here’s a simple solution to get the contents of your ListBox ItemTemplate to stretch over the full width of the ListBox. Add this to the declaration of your ListBox: <ListBox.ItemContainerStyle> <Style TargetType=”ListBoxItem”> <Setter Property=”HorizontalContentAlignment” Value=”Stretch”></Setter> </Style> </ListBox.ItemContainerStyle>
Silverlight 4 Relative Service Paths
Silverlight 4 supports relative paths for your service references, no more silly workarounds to deploy to different environments. The relative path is based on the location of the xap file, so if you xap is located on http://www.mysite.com/ClientBin/MyApp.xap and your … Continue reading


