Advanced Forum Search Results
-
Thanks for your help.
The UpdateLayout fixes my problem.
-
Hi,
I've got the same error:
http://silverlight.net/forums/p/38901/111708.aspx#111708
-
Hi,
my application totally crashes, if I try to change the ItemSource and select an item in a ComboBox, which has been expanded before.
Maybe somone can help me with a workaround. For me, it looks like a silverlight bug.
Thanks
Stefan
Here's my code: Press Button A => Expand ComboBox => ...
-
Yes, it's fixed in RC0
-
I disagree that this is consistent. In my opinion it's not consistent when the event is sometimes handled by the control and sometimes not.
I wanted to use this event to clear the Text in a TextBox, when the user clicks inside the Box. Your solution or using the GotFocus event works fine for me.
Thanks,
-
Hi,
I can reprocuce the second error:
The MouseLeftButtonDown event doesn't fire, if the TextBox contains Text. Clicking near the TextBox Border (mouse icon: Arrow) works fine. Clicking inside the TextBox (mouse icon has changed) fails.
<UserControl x:Class="TBClickBugRepro.Page"
...
-
Hi,
can't you use the SelectionChanged Event?
Private Sub ListBox_SelectionChanged(ByVal sender As System.Object, ByVal e As System.Windows.Controls.SelectionChangedEventArgs)
DirectCast(DirectCast(sender, ListBox).Items(DirectCast(sender, ListBox).SelectedIndex), ListBoxItem).Visibility = ...
-
Maybe a typo?Visibility="{Binding IsSelected, Converter={StaticResource visibilityConveter}}">Public Class VisibilityConverter
-
Hi Shawn,
I've decided to visit the MIX 2009.
Thanks for your answer.
-
Hi,
my question is a little bit off topic. Does anybody know if it's worth to visit the PDC 2008 for Silverlight developers?
The agenda is not very helpfull. There are only 5 sessions and the speakers are subject to change.
I've never been at a PDC. Is it like the TechEd, where it's possible to get in touch with the Silverlight ...