Advanced Forum Search Results
-
This behavior comes from the fact that slider handles these events internally (and hence they stop bubbling).
We added the 'AddHandler' api in silverlight 3 that makes this scenario much easier to accomplish, though.
In this example 'mySlider' is the slider on which i want to handle the mouseleftbuttondown event and ...
-
Is this with silverlight 2 or 3? I believe that this was a known issue with silverlight 2 that was fixed in 3 (datacontext doesn't pass through a tooltip).
-
Perhaps your scenario sounds similar to this one?
http://silverlight.net/forums/p/65311/160567.aspx#160567
-
Are you developing on silverlight 3? Your sample code above isn't showing a selected item when the app starts up?
Can you share the complete repro code or maybe a link to a website that shows this behavior?
Thanks!
-
Can you share the repro code or maybe a link that exhibits this behavior?
Thanks!
-
can you share the repro code for your scenario? Thanks in advance!
-
can you share more of the repro code (including the timer)?
-
with the xaml provided if i either open the popup in the page loaded event or set isopen to true in xaml, the tooltip behaves as expected on the button with the tooltip with the string "tooltip." Are you developing on sl2 or the sl3 beta? Do you have some other repro code that demonstrates this issue that i might be able to try?
-
The code\xaml you posted works as expected? I don't see any popups in it and was wondering if you could share the code\xaml that isn't working for you.
This doesn't function as expected for you?
<Grid x:Name="LayoutRoot">
<Popup IsOpen="true">
<StackPanel>
<TextBlock Text="some ...
-
This was answered here?
http://silverlight.net/forums/p/24428/233443.aspx#233443