Is there a way to mimic the CSS float: left; behavior for ListBox elements? I have a situation where I need to display a dynamic number of buttons on a page and they all need to sit next to each othe
Using which of these is the best approach while planning Silverlight application? UserControls or Page.
I am new to Silverlight and want to achieve validations. I have a form with accordion control. I have controls in each section and have to have validations like Required or optional, if given a value
I used the Application.Current.Install method to inst开发者_开发百科all my OOB application but it keeps saying that the Applicaiton is already installed. I have checked the Start Menu and Desktop but
When my modal ChildWindow closes, the parent control does not get \"un-grayed\" and all user input is blocked, forcing me to restart the application. Exact scenario which causes this behavior consiste
I have a Silverlight 4.0 application and it\'s corresponding Styles.xaml for each of the theme. I know what code to write to change the ResourceDictionary and all. Basically I need a conceptual idea f
I\'m currently converting some code over from Silverlight/WCF RIA Services to WPF/Entity Framework. The codebase made extensive use of the HasChanges property of the RIA Domain Context. The view would
I am starting a project that is primarily a website-driven application via ASP.NET MVC 3, but includes a Silverlight component.
The Silverlight datagrid seems to load rows (firing off the LoadingRow event) while I scroll up and down.
I Have created a Grid (g1) with a TabControl (t1). t1\'s TabItem content has Grid (g2). g2 has another TabControl as t20,t21,t22 (vertical TabControl) and each t2 series TabItem h开发者_Go百科as anoth