Advanced Forum Search Results
-
Great link thanks
I'd actually looked at many of your articles but must have missed that one.
I have started using the accordian but am still not 100% it is what I want so maybe I'll work with this.
One thing with the accordian that perhaps you can help with is that my content inside my accordian is a grid with two columns - ...
-
Hi
I am wanting to create a tabcontrol/accordian type panel that has next/prev buttons to move from one 'tab' being visible to another. Basically identical to the JQuery Cycle plugin. Does anything like that already exist?
If not does anyone have an opinion which usercontrol would be best to start from as a ...
-
Are there any articles comparing the different methods? How does someone starting out with MVVM make a choice between Prism guidance and SilverlightFX or something else?
-
Thanks for the links.
I found the Jonas Follesoe tutorial just after I posted the question and found that especially helpful
-
Hi
I am implementing an application and learning to use the MVVM model
On the main canvas are various elements that the user can move about. The x y coordinates of the element need to be saved back in the database. Also there will need to be some logic so that if an element is moved over another one, the other element automatically is ...
-
Hi
I have created a custom control.
In my generic.xaml file everything works fine if I specify my setter property with a default value
e.g. <Setter Property="Text" Value="Insert Text Here"/>
However I get an error if I try and set Value=""
I don't really ...
-
The following article has recently been posted on CodeProject which pretty much does exactly what you need:
http://www.codeproject.com/KB/silverlight/PathAnimation.aspx
Cheers
Mark
-
Flash 10 beta has been released with basic GPU powered 3D support. Silverlight is still in catch up mode
-
Bill if you're still reading this thread (or anyone else) I have a very basic Linq question.
I have a whole lot LinqtoSQL generated objects which are what I am sending via WCF for my Silverlight client. Is there some straight forward way for me to provide foreign key items as part of my object
e.g. My main object has a ...
-
That figures - thanks