Click here to Skip to main content
Click here to Skip to main content
 

Thread-safe Silverlight Cairngorm

By , 20 Oct 2008
 
SilverlightCairngorm.0.0.1.1.zip
SilverlightCairngorm
Business
Command
Control
Model
Properties
SilverlightCairngorm.0.0.1.2.zip
SilverlightCairngorm.0.0.1.3.zip
SilverlightCairngormDemo.0.0.1.1.zip
SilverlightCairngormDemo
SilverlightCairngorm
Business
Command
Control
Model
Properties
SilverlightCairngormDemo
Business
Command
Control
Model
Properties
View
SilverlightCairngormDemoWeb
App_Data
ClientBin
SilverlightCairngormDemo.xap
SilverlightCairngormDemoTestPage.aspx.exclude
SilverlightCairngormDemo.0.0.1.2.zip
SilverlightCairngormDemo.suo
SilverlightCairngormDemo.0.0.1.3.zip
SilverlightCairngormDemo.suo
<UserControl x:Class="SilverlightCairngormDemo.View.PhotoSearch"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    Width="Auto" Height="Auto">
	<Grid x:Name="LayoutRoot" Background="Transparent">
		<Grid.ColumnDefinitions>
			<ColumnDefinition Width="*"/>
			<ColumnDefinition Width="45"/>
		</Grid.ColumnDefinitions>

		<TextBox x:Name="searchTermTextBox" 
				 Height="30" Margin="8" 
                 VerticalAlignment="Center"
                 FontSize="16"
                 Text="{Binding Path=SearchTerm, Mode=TwoWay}"/>
		<Button x:Name="searchBtn" Grid.Column="1" Margin="0, 0, 8, 0"
				Height="26" Content="Go" Click="searchBtn_Click" 
				IsEnabled="{Binding Path=ReadySearchAgain}"
				VerticalAlignment="Center" HorizontalAlignment="Center"/>
	</Grid>
</UserControl>

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Common Development and Distribution License (CDDL)

About the Author

Modesty Zhang
Technical Lead
United States United States
Member
Tech Lead of large scale consumer facing software offerings, specializing in Web and Mobile application architecting and development.
 
Specialties:
Web App/ iOS / Cocoa Touch / HTML5 / CSS3 / Ajax / jQuery / jQuery Mobile / jQuery UI / Node.js / Rich JavaScript Application / RESTful Web Services / Java EE 6 / Java 7 / PHP / Ruby on Rails / and Windows / .NET / RIA / Flex / Flash / Silverlight / Software Architecting / Front End Design and Development

Permalink | Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 20 Oct 2008
Article Copyright 2008 by Modesty Zhang
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid