I have a series of controls that are created at run-time and then added to my Silverlight application layout grid. I was wondering if there was some sort of e开发者_JS百科vent that I could trap AFTER
I want to be able to dynamical开发者_高级运维ly mirror a silverlight control. suppose i have a stackpanel and two buttons inside | >>(button1) | >(button2) |
I have an image inside a scroll viewer and buttons to zoom in and zoom out. Now when the image is zoomed, i want t开发者_Python百科o be able to click on the image and drag in any direction as if i was
We are writting silverlight3 application, which use Tcp connction. Our project use client server architecture.
I have been trying to work with the Composite Application Library (Prism) and I have set up a pretty standard pattern that I have followed off Microsoft\'s tutorial. Basically, the View is injected in
how to play a swf file in silverlight applic开发者_运维百科ation project created in c#use below code
How to I execute the following code in silverlight 3. DriveInfo[] drives = DriveInfo.GetDrives(); foreach (DriveInfo drive in drives)
I was wondering if there is some si开发者_运维百科lverlight control in which I could basically use as an <iframe> ... I would like to embed a page into my silverlight application in a panel.
I\'ve recently moved my Silverlight solution off of Casini (one for service, one for SL app) and over to IIS to simulate production. It\'s one website on a port (localhost:2002) containing two web app
I\'m starting to design a custom control with rather complex drawing. It will be a kind of chart (a kind of radar chart). It will be composed of a few axises with labels, line-regions (like spider-net