Tagged Questions

0
votes
1answer
14 views

WPF style causing loop

Why does the following XAML cause a stack overflow exception with some themes? <Application.Resources> <ResourceDictionary> <ResourceDictionary.MergedDi …
0
votes
1answer
19 views

TreeView, Overiding the double click mouse event WPF

Hi. I was wondering, what will be the best way to override the Tree View's mouse click? As you know when you double click a tree view parent, then the tree view expands and shows …
0
votes
0answers
14 views

to make an UCS icon in XAML C#

Hello, I want to make an UCS icon for the coordinate axes in XAML/C#. Could you help me, please. Regards Keneddy
0
votes
1answer
24 views

Styling multiple types of WPF controls

I have a stack panel with a few (different) items: <StackPanel ...> <TextBlock ... /> <CheckBox ... /> <CheckBox ... /> <Button ... /&gt …
0
votes
1answer
20 views

Need Mock XAML data at design time

I'm using a static array of objects defined in XAML as my ItemsSource on a list box. I use: ItemsSource="{Binding Source={StaticResource theSource}}". This works great at des …
0
votes
0answers
15 views

how to propagate a 3d object in C# ?

Hi All, I need to propagate a 3D object in XAML C#. For example, I want to produce a cone for X, Y and Z axes. So, 3 conical symbols that have a 3D different coordinates must be …
0
votes
1answer
18 views

Property inheritance in WPF/Silverlight?

In WPF and Silverilght, what are the rules for deciding if you inherit properties from the visual, declarative, or logical parent?
0
votes
2answers
12 views

WPF style basedon current

Is there a way to create a style that extends the current style, i.e. not a specific style? I have a WPF application where I create styles to set some properties like borders or v …
1
vote
2answers
42 views

What does the WPF star do (Width=”100*”)

What does exactly the star in size terms in WPF mean?
0
votes
0answers
15 views

Animate Window Resize (Width and Height) C# WPF

Hi All, I'm looking for some help on animating window resize of an open window! Cant seem to figure this one out! I'm just using atm. this.Width = 500; Any help would be great …
0
votes
2answers
17 views

WPF - How to expose subelements of a UserControl

I have created a XAML UserControl that is used to enter the current date using some up/down controls. The interesting parts of the UserControl are as follows: <UserControl x:Cl …
0
votes
1answer
21 views

WPF/XAML: how to make all text upper case / capital?

hi, here's my problem: I want all texts in TextBlock, Label, MenuItem.Header to be displayed in upper case. The strings are taken from a ResourceDictionary e.g.: <TextBlock …
0
votes
1answer
11 views

a 3D cone object in XAML

Hi All, I want to create a 3D cone object in XAML C#. Could you help me to do, please. Regards Can
1
vote
2answers
24 views

Binding to a string value that should then bind to a Resource, what wrong here ?

Hi, I have a class with the following properties: Message(string), Added(DateTime) and LogLevel(string) In my App.xaml i have the following: <Application.Resources> &l …
0
votes
1answer
14 views

TreeListView Displaying different information than it’s parent. WPF

Hi. I have tree list view NOT A tree view. I would like it to display different information than the parent. With the different columns I want to have the parent to display: …

1 2 3 4 5 97 next
15 30 50 per page