0
votes
0answers
3 views
How to create a custom field when using WCF RIA?
I have a table that have "first name" and "last name",
when binding to a datagrid, I need to have column named "name",
which is "first name" + SPACE + "last name"
As I using domaindatasource tag in …
0
votes
0answers
4 views
Exporting data from silverlight to outlook.
hello there,
Please help me to do Exporting data from silverlight application to Outlook Calender.
Thanks in Advance.
Regards,
Susan
0
votes
2answers
15 views
2 Events with same name in Reflectored code?
Hello,
I work on a project in Silverlight and I wanted to know how does the ObservableCollection work. I was quite surprised to see this in Reflector:
public class ObservableCollection<T> :
…
0
votes
0answers
19 views
Firefox scales my silverlight app?
Take a look at the follwing url in FF 3.5 and IE8. In FF it will first load at the same size as in IE8, but then it will zoom in. Why does this happen and how can i prevent it, or work around it?
The …
0
votes
2answers
27 views
Directed graph layout engines on .NET / Silverlight / JavaScript / Flash
Hi!
Who knows good graph layout engines with clear customization and managment?
Flare is an cool one but it is written on Flex (may be you know how it can be customized without re-compilation and …
0
votes
1answer
15 views
How bind BorderThickness in template?
I'm trying make a simple control, with a some path in it. And binding Path's Fill, Stroke and StrokeThickness properties to template's Background, BorderBrush and BorderThickness.Left.
<Path …
0
votes
3answers
33 views
Silverlight - sharing data between pages
I'm trying to develop my first Silverlight navigation application. This application has 2 main pages, "Data", and "Analysis". The Data page is where the user can load in a csv file into a custom …
2
votes
2answers
31 views
ASP.NET and Silverlight applications
I am new to Silverlight, so this question might seem pretty stupid. My question is, can an ASP.NET web application that's hosting a Silverlight application receive events generated by the Silverlight …
0
votes
1answer
16 views
What does the GetSiblingItemsAndContainers silverlight method do?
I found an extension method, GetSiblingItemsAndContainers for TreeViewItems.
I cannot, however, find anything about it on msdn.
What does this method do?
0
votes
3answers
72 views
how to make games with WPF or Silverlight?
How do I make games in WPF and in C#. Is there a PDF that explains this?
1
vote
1answer
40 views
styling generic WPF controls
I am looking into creating type-safe generic controls. This is targeting the (reduced) generics support in WPF 4 and future Silverlight, and will include a hierarchy of generic controls.
I have two …
0
votes
0answers
8 views
Adding controls in XAML to a datapager in Silverlight 3
Hi,
I've got some add, edit, and delete buttons below a Silverlight datagrid. I've noticed there is a lot of empty space in the datapager. I'd like to move the buttons up into the datapager if …
1
vote
0answers
13 views
Replacing Merged Resource Dictionaries on Load of Silverlight Application
I have a set of styles and brushes defined in a ResourceDictionary that I am loading as a MergedDictionary in XAML of my top-level control:
<ResourceDictionary.MergedDictionaries>
…
0
votes
1answer
8 views
How put Dependency Property in not Miscellaneous panel?
When I add Dependency Property to my user control, I always finded it in Miscellaneous panel on a properties window (in Expression Blend).
But, some times i've too many custom properties and all they …
0
votes
1answer
20 views
Best way to modify Button behavior and Content, but maintain styles?
I'm trying to create a control in Silverlight that inherits from Button so that I can perform a specific action everytime it is clicked. I'm doing this because I'd like to reuse this custom button in …
