xaml
How do I change the default font used by Silverlight?
Is there any way to change the default font (Portable User Interface) used by Silverlight to a custom font without specifying a style for every single UI element? I want to avoid hav开发者_Go百科ing t[详细]
2023-04-11 17:49 分类:问答Creating a WPF control that loads XAML in runtime
I\'m working on a WPF map application that when it loads it looks at a SQL database and according to the map that is specified there loads it as a XAML drawing (using paths on a canvas).[详细]
2023-04-11 17:12 分类:问答Using linked xaml file in VS2010 project for resuing of xaml
I linked xaml files in vs2010 solution for resuabiltiy like this: And I tried to load that by resource dictionary tag in App.xaml like this开发者_开发问答:[详细]
2023-04-11 15:14 分类:问答How to make a More button on the end of a listbox and handle it?
I added this resource on App.xaml <Style x:Key=\"ListBoxMore\" TargetType=\"ListBox\"> <Setter Property=\"Background\" Value=\"Transparent\"/>[详细]
2023-04-11 15:11 分类:问答C# Silverlight move a control
Is it possible to change the parent of a silverligh开发者_StackOverflowt control? When I tried adding it to the children collection I got an exception.You cannot assign a control to two different pare[详细]
2023-04-11 15:09 分类:问答Embedding data inside a XAML file
I\'ve been working on a WPF control for a few weeks now that contains a XAML-drawn map and has the ability to zoom in / out and pan the map. Also, it contains a converter that converts screen coordina[详细]
2023-04-11 12:45 分类:问答How to realise detachable control in XAML & WPF
I want to have detachable controls in my software where a user can drag out a view (control) into a seperate window. Like the TabItems in Visual Studio 2010.[详细]
2023-04-11 12:32 分类:问答WPF: Applying multiple data templates?
Let\'s say I am displaying a data component, such as TreeView. Let\'s say it is bound to a tree structure, of base type TreeViewItem.[详细]
2023-04-11 12:05 分类:问答How to create bindable commands in Custom control?
Assuming a code like below, public class SomeViewModel{ ICommand ReloadCommand{get...} ICommand SaveCommand{get..}[详细]
2023-04-11 10:34 分类:问答Silverlight grid: left should stretch, right is defined
I\'m trying to make a grid for a开发者_开发问答 listitem template. There should be three columns, the second and third columns should be 50px wide each, the first column should stretch too fill the re[详细]
2023-04-11 10:31 分类:问答