Tagged Questions

0
votes
1answer
21 views

Why are ActualWidth and ActualHeight 0.0 in this case?

I have a Grid inside a Canvas defined like this: <Canvas x:Name="outerCanvas"> <Grid Grid.Row="1" Name="cGrid" ShowGridLines="True" Width="{Binding Path=ActualWidth, …
0
votes
2answers
45 views

WPF: Binding directly to a control

I need to bind a property of a UserControl directly to another control, rather than any specific property on that control. What's the best way to achieve this? I've tried various c …
0
votes
2answers
23 views

WPF Update Control In Place Using XAMLReader

I have an existing item which is a child of a canvas. The item's style is contained in a resource dictionary that contains the various brushes that can be used to color the item. …
-1
votes
1answer
30 views

Create the same border type around all my controls

I tried to create my own Border class and then insert it in my controls but then it seems I cannot assign names to everything inside the borders: .. <my:ElementBorder> …
0
votes
3answers
61 views

Which would be the best 2D graphics library?

Okay, I bet this question might have been asked dozens of times before, but at the end of the day, I am still confused. I am working on a charting/plotting application. My applica …
0
votes
1answer
27 views

WPF - DataTemplate binding to static member

I have a class with a boolean static property called CanSeePhotos and this should control the visibility of pictures in my DataTemplate. For debugging purposes I am binding "CanSee …
0
votes
2answers
31 views

Windows 7 touchscreen keyboard in a WPF app

I'm building a .NET 3.5 sp1 WPF app for use on Windows 7 - is there a way to place the touchscreen keyboard in my application? NOTE: In contrast to other similar questions I'm not …
1
vote
1answer
17 views

wpf create a textbox with a button for openfiledialog

Hi, I'm using a datatemplate for a type that has got a property which is the file address.I need to create a textbox with a button which will open an openFileDialog and then insert …
0
votes
5answers
39 views

Why a View is loading very slow for the first time in a Prism composite wpf application

Displaying a View inside a Region is about 5-10 seconds slow for the first time, and UI freezes for that period in my Prism Composite WPF application. In subsequent times View is l …
0
votes
3answers
36 views

WPF - How To Tell What Raised The ComboBox_SelectionChanged Event

Is there any way to tell how the ComboBox_SelectionChanged event was raised in WPF. That is, was the event raised as the result of a user interaction, or as the result of a chan …
0
votes
1answer
17 views

WPF: How do I set a UI Element’s background property to null/nothing/default in XAML?

In code, I can set a UI element's background property to its default value by setting it to nothing/null, i.e. myControl.Background = Nothing But how do I do this in XAML? In p …
1
vote
2answers
29 views

WPF DropShadowEffect Causing Blurriness

I've observed that applying a DropShadowEffect to a UIElement sporadically causes the UIElement's content to blur a bit. It's a pretty nasty effect: it can cause a photograph to lo …
0
votes
1answer
20 views

New Window Opens Under Current

I have a window that I'm building in code, and showing: Window wndViewer = new Window(); wndViewer.Background = new SolidColorBrush(System.Windows.Media.Color.FromArgb(0xFF, 0x31, …
1
vote
1answer
18 views

Slider and Label/Textblock control interaction - WPF

I have a slider and a label control. The text is displayed in the label (few paragraphs). I need to show only 3 words at a time.Every 1 second, move to the next set of 3 words. T …
1
vote
2answers
37 views

How do I get around application scope settings being read-only?

What use are they if they cannot be altered from their default values anyway? Rhetorical question. First, what's the best way to circumvent the Settings system and write to the ap …

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