I have a开发者_JAVA技巧 main window, where are 3 buttons: There are in grid. Depending of loginname i want to switch one of them.
I still have not found the answer: How can I implement a zoom control to mySilverLight Form? I hope you will help me with this question)I am looking to zoom the controls inside the zoom control, no开发
Maybe this is a very simple question, but I can\'t find the answer: How to reduce my code,the number of nearly identical structures can be very large:
have in XAML a datagridtemplate column <sdk:DataGridTemplateColumn x:Name=\"Urgency\"> <sdk:DataGridTemplateColumn.CellTemplate>
C:\\Program Files\\MSBuild\\Microsoft\\Silverlight for Phone\\v4.0\\Microsoft.Silverlight.Common.targets(625,5): error RG1000: Unknown build error, \'An item with the same key has already been added.\
I have an idea of URI structure for my app so if it ends with lets say #Home it will navigate to main frame. If however it ends with something like #{\\d\\d\\d} (regex for 3 digits here) , it will nav
Where does it make sense to have AttachedProperties as private vs public? Usually it is define as (example):
I would prefer to avoid getting into a debate about whether HTTP verbs PUT and DELETE are appropriate or obsolete and focus on the question of actually making Silverlight work when \"forced\" to use t
I am trying to handle the MouseDragElementBehavior.Dragging event on a control I have.S开发者_JAVA百科ee here for background on why I want to do this.
I have created user control MyUserControl. Now I want to create custom control MyCustomControl that derives from MyUserControl. MyCustomControl.cs code is following: