Silverlight Feature Suggestions
Welcome to the Silverlight feature suggestion forum. Please vote or submit a feature suggestion. If it is not a product feature request it might be moderated.
Please note this is a helpful tool in helping planning of ideas and understanding how developers use Silverlight. It may not always represent the actual priority list for the product team.
-
vector printing
Silverlight 4 prints by rasterizing the content to bitmap and sending this bitmap to printer. This has many unpleasant side effects - print jobs are huge, especially on high DPI printers and long documents, printing to PDF or XPS is essentially useless, because the output contains just bitmaps, etc.
Please, implement proper vector printing like WPF, Flash, GDI, Windows Forms etc.1,173 votesPostscript vector printing is planned for SL5
-
unit testing integrated in Visual studio and msbuild
I would like to have unit testing integrated in Visual studio, just like other unit test projects. And not need a browser session for this. Also it enables msbuild unit testing
1,087 votes -
Let Windows Phone 7's IE run Silverlight in web pages
WP7 runs Silverlight "natively" but it's my understanding that it can't access SL content embedded in web pages.
1,083 votes -
JPEG Encoder
Actually, it is not possible to generate a bitmap image (using WriteableBitmap) and send the rendered image to a server (or write it in the IsolatedStorage). We have to rely on some 3rd-party library to encode the image. A solution would be to have a JPEG encoder class which simply receive a Pixel array, the width and the height of the image, and return a stream object of the encoded image. This class should allow background processing (ie, can execute on a background thread, not the UI thread)
1,078 votes -
Minimize To SysTray in Out-of-Browser
the ability of making SL app look like a resident app will definitely attract more developers in creating more user-friendly apps.
1,034 votes -
Greater control over Installation in OOB
Specifically, the ability to do the following behind a user-prompted action (i.e. a button click event just like all the other trust-sensitive actions):
- Uninstall the OOB app if it's installed.
- Launch an OOB app if it's installed (would allow for developing an experience similar to click-once)
1,030 votes -
910 votes
-
Make FileInfo class serializable
In some scenarios, we need to ask the user to select some local files (using the FileOpenDialog), store the references to IsolatedStorage and later, get back the references to proceed to the upload (typically because we need to display some HTML page between to selection step and the upload step, so the Silverlight module is unloaded and FileInfo objects are lost). But the only problem is that the FileInfo class is not serializable, so we cannot get the object back later! I strongly believe that serializing the FileInfo is NOT unsecure because:
1) The serialized data could be encrypted by…
860 votes -
android an others OS support
To develop everything with C# visual studio an to take all markets. A single silverlight application for every smartphone
860 votes -
Click and Doubleclick event on all elements
Mousedown/up isn't good enough
i know that the programmer is able to do Click and Doubleclick himself. But such events should be there by default !
using Mouseup or Mousedown as Click introduce bugs all over the place !
Doubleclick is also needed for better apps.
748 votesSilverlight 5 Beta
-
Adorner in Silverlight
According to msdn: "Adorners are a special type of FrameworkElement, used to provide visual cues to a user. Among other uses, Adorners can be used to add functional handles to elements or provide state information about a control. "
And that's why I want them in Silverlight! :)
--
Jacek Ciereszko739 votes -
P2P, Peer To Peer (System.Net.PeerToPeer namespace + optionally WCF P2P)
P2P messengers, games, computing.
681 votes -
Better Game Development Support
Currently Silverlight 3 is a good platform for 2D casual games but lacks the control of, say, XNA. Porting the 2D XNA API to Silverlight would make it a much better platform for game development (as a separate library). This is definitely possible (see SilverSprite on CodePlex), but official Microsoft support would be much better.
637 votesSilverlight 5 Beta
-
Implement Triggers
It would be really nice if I didn't have to implement an event handler if all I wanted to do was change the visibility of an element.
636 votes -
64-bit Support
Without having to replace sidebar64.exe (Windows Gadget)
627 votes -
Security policy download file failure - never retried
If you attempt to make any type of WebRequest to a server (WebClient, HttpWebRequest) and that server is offline the request will fail because a security policy file cannot be downloaded (crossdomain.xml or clientaccesspolicy.xml). Subsequent requests to the same server will fail EVEN if that server has come online simply because the first attempt to download a security policy file failed. So, the Silverlight runtime will not retry downloading the security policy file.
If the server was up and there was no security policy file - fair enough.
If the server was down you've got to retry!
I've created a…
580 votes -
Edit while debugging
I would like to be able to edit the code while debugging in Visual Studio, I lose too much time, stopping the applications, compiling and setting the scenario until I can test any minor change
561 votes -
557 votes
-
542 votes
-
silverlight for iOS and android is the top need
silverlight for iOS and android is the top need
489 votes
- Don't see your idea?