I am currently using Silverli开发者_Go百科ght 3. I want to create the equivalent of a 2x2 HTML table. I want each cell to have a black border. How do I do this in Silverlight? Isn\'t there a property
How could I keep the focus on a combobox of a cell inside a datagrid in edit mode; even when I drag a textbox inside a scroll viewer to drag & drop.
I w开发者_Python百科ant to display time duration of a video in silverlight 3.0 application. The format should be like 00:20 / 05:00 . ( Current Video time / Total Video Time). How to get it??.TimeSpan
Can we have two different styles in generic.xaml setter template Property Something like: <Setter Property=\"Template\">
why \"Library caching\" is disa开发者_StackOverflowbledwhen \"Out of browser\" is enable in silverlight projects? i can choose only one at a time! why!!!?Library caching works by putting some parts of
I am trying to draw a circle with a glass effect using Alpha. I am successful in creating that by using the below XAML. The cursor changes to Hand for the Ellipses, but it doesn\'t affect Path. Basica
I am using Slider control for audio player in silverlight 3.0 application. I can do fo开发者_如何学JAVArward and backward the slider.The problem is the slider is not moving automatically even the audi
I have a silverlight app and winform app. My requirement changed to Display the Silverlig开发者_高级运维ht app inside th WinForm app developed in VB.Net on a form. Is there workaround for the same. Th
This is my first silverlight Application. I am trying to use Rating Control from 3.0 Toolkit with VisualStudio 2008
Requirement is to cre开发者_运维百科ate a reusable multi-select combobox custom control. To accomplish this, I am creating the DataTemplate dynamically through code and set the combobox ItemTemplate.