Advanced Forum Search Results
-
Thanks a lot!
-
Hi all,
I try to change ControlTemplate of a RepeatButton using this code:
<RepeatButton Click="butTurnRight_Click" Interval="20">
<RepeatButton.Template>
<ControlTemplate>
<TextBlock Text="Clic Me" />
...
-
Another feature request : capability to generate image using kind of putpixel methods.
-
Hi all,
Is there a solution to generate an image using .Net? I mean, I want to generate a bitmap by using some kind of putpixel method.
-
Hi David, I use a DataTemplate in my template.
Here is the sample:
<ListBox x:Name="lstSamples" Grid.Row="1" ItemsSource="{Binding ''}" HorizontalContentAlignment="Stretch">
...
-
Hi all,
using silverlight2 beta1, it seems that in a datatemplate of a listbox the ListBox.HorizontalContentAlignment is not supported.
Is there a bug?