Advanced Forum Search Results
-
Anyone???
-
Hi,
I wanted to see if anyone has any views or best practices around how we can achieve transitions between pages of a Frame controller. I know there are suggestions around using the toolkit TransitionContentPresenter but what if I want more control over transitions and want a custom solutions. Is there a way ?? What about using multiple Frames ...
-
Thx Vinit, but Wrappanel was not exactly I was looking for. I am looking for something which wraps text "around" an image so if my canvas is 10x10 and my image is 5x5 and aligned top-right, the text should take up the 5x5 on top left and 10x5 on bottom. I guess that explains it..
-
Is there a way we can wrap text around images in SL2? I am looking for something like this.
http://www.echoecho.com/htmlimages08.htm
If there is no easy way, any thoughts around how to go about implementing such a solution?
Thx.
-
Yeah I had a feeling that would be the case. Code reviews it is :-)
-
Is there something around Code access security in silverlight? For example, if we have an application which dynamically loads XAPs from either our servers or other locations on web. We want to be able to restrict what these XAPs can or can not do in our app. Is it possible at all?
Thanks
-
Did you actually accomplish this? I want to do a very similar thing just that with a Grid and not a canvas.
-
You need to add references to System.Windows.Controls and System.Windows.Controls.Data as the CalaendarDayButton etc types are not a part of the System.Windows.
hope that helps.
Harsh
-
So it turns out you can not change the mouse cursor for Grid Splitter. Just try a simple app which uses a grid splitter and change the mosue cursor to "Hand" you will notice that you can not do that. I tried it in SL2 beta 2.
I couldn't find the source code for controls beta 2 but looing into the source code for Beta 1 I ...
-
It's confusing to have the namespace System.Runtime.Serialization.Json in System.ServiceModel.Web.dll.
I second...