Advanced Forum Search Results
-
You can't use DoubleAnimation to change Foreground property of the TextBlock control. There's a ColorAnimation for this purpose. For instance:
<Button x:Name="button" Height="22" Width="75" Content="Button" Foreground="Black" MouseEnter="ButtonHover" ...
-
In your code you're just creating the POST request with GET parameter 'name'. To create the Post parameter called 'name' you should write it to request stream. // ...
httpRequest.BeginGetRequestStream(GetRequestAsync, httpRequest);
// ... private void GetRequestAsync(IAsyncResult asyncRes)
{
...
-
Hi, Maxim. Welcome to the forum!
You can set ItemTemplate in the class inherited from ListBox by overriding PrepareContainerForItemOverride method. I've prepared a sample class for you. Try this:public class ListBoxEx : ListBox
{
public DataTemplate ContentTemplate
{
get { return (DataTemplate)GetValue(ContainerProperty); ...
-
You can read about it in this blog post Silverlight Design Time Extensibility
-
You can use isInstalled function from Silverlight.js
http://msdn.microsoft.com/en-us/library/cc838126(VS.95).aspx
-
Try this <ScrollViewer HorizontalScrollBarVisibility="Hidden"
VerticalScrollBarVisibility="Hidden" BorderThickness="0">
<Canvas Loaded="Canvas_Loaded" Width="200">
<Canvas.Resources>
<Storyboard x:Name="sb">
...
-
Read this http://silverlight.net/forums/p/109093/247185.aspx#247185
-
Taken from Shine Draw:
"Point your mouse below the scroll bar of the XAML editor carefully, then you are able to drag it up to split the view."
I've tried this and it works
-
I've downloaded installer without a problem and its url was the same. You should try again
-
You can use the offline Silverlight 3 documentation in chm format