Advanced Forum Search Results
-
Sorry but it´s not the border you mention.
First you have to edit the template and find the ToggleButton called "ExpanderButton"
Then depending on the ExpandDirecton you have to edit the template of the "ExpanderButton" and finally modify the FocusVisualElement, the original line is: <Rectangle ...
-
Hi Sivangari, I´m part of the innicia development team, I hope you like our site, rearding the zoom in / out you´re right, we did not use deep zoom, we made a custom control that consist in :
"ZoomViewer.xaml" --> in which we have a scrooviewer and we´ll place another xaml called "ContenedorZoomViewer.xaml" inside ...
-
unfortunately there's no dialog asking to sent information about the crash
-
Hi..I'm Having the same problem.!!. My app is crashing with a collection of 6 images , size 1500x800
400kb average. Very randomic crashes, always when performing a zoom operation. There´s no connection with
the zoomIncrementFactor or the zoom center point. Its happening on IE6 and firefox 2.0.0.1.5.
If any comment or solution, my mail is .
-
maybe too late, but here is a solution:
1 - Define you skinn like a control template (without the preceding tags for Style) in the App.xaml
2 - Use Template property of controls to change the skinn at runtime:
b.Template = (ControlTemplate)(Application.Current.Resources["yourSkinn"]);
I've posted a more detailed ...
-
Thanks manotosh, I'm doing something similar but my problem is how to make an animation like this picture but filling it whit an object not an image...
-
I just want to make a carrussel (like iTunes cd cover's one) but instead of display images I want to display my site pages (user controls - object) and I can't find the way to shape the angules (I can't use the path to draw it and put the object inside) any way to do this?
Thanks