Advanced Forum Search Results
-
The row and column of the grid in the first line Grid.Column="1" Grid.Row="1" Depending on what has been defined before that it most likely should have Grid.Column="0" Grid.Row="0"
The Margin="17,18,16,16" statement may also be a problem depending on what has been defined above this Grid.
-
You should be using a Grid to hold the images. Create a Grid that has 2 rows with the first on set at a fixed 30. Then put your images in the proper row. That should work great.
-
Glad to help.
-
yes. You have to create a parameter for it.
Response.Write("<object data='data:application/x-silverlight-2,' type='application/x-silverlight-2' width='100%' height='100%'>")
Response.Write("<param name='source' ...
-
Thanks for the information. I found a way to do it by using findname and focus.
-
Does anyone know how I can send a keystroke in the code behind. I want to be able to send a tab key so thenuser does not have to press it in certain situations.
-
This really surprises me that I cannot find any info on Silverlight & Zune HD support. I would think Microsoft would make sure that the Zune supported Silverlight. Heck the Zune.com web site uses Flash. Very surprising.
-
I would try to update your service references. I get this every once in a while and that seems to fix it.
-
Does anyone know if the New Zune HD is going to support Silverlight apps? I hear they are looking for applications for an app store for the Zune. Seems like Microsoft would open the Zune up to Silverlight developers. Hopeful thinking?
-
I do nto see a TextMode property. Here is how it is defined:
<TextBox x:Name="txtPMMultiText" Text="" HorizontalAlignment="Stretch" AcceptsReturn="True" VerticalAlignment="Stretch" FontFamily="Arial" TextWrapping="Wrap" FontSize="13" ...