Version 4.0 of the Windows Presentation Foundation (WPF).
0
votes
0answers
16 views
Using the WPF Sound Visualiser
I am having problems using the WaveformTimeLine class in the WPF Sound Visualization Library using the NAUDIO class library.I have followed the instructions they have put out in their documentation ...
0
votes
3answers
47 views
Checkbox with DataGrid WPF
I am trying to create a DataGrid in WPF 4.0 using MVVM...
Features required -
Muti - Select rows using a checkbox (single click)
A select all checkbox to check all the checkboxes in the datagrid
...
0
votes
1answer
19 views
filter wpf datagrid values from a textbox
I have a textbox and a Datagrid. The datagrid has two columns name and Email address. I want to Filter the datagrid values with the value in the textbox.
0
votes
1answer
30 views
C# WPF Designer Exception: animation object cannot be used to animate property 'Foreground' [duplicate]
The following code runs and works perfectly at runtime but crashes the designer and I have NO idea why.
<VisualState x:Name="Selected" >
<Storyboard>
...
1
vote
0answers
24 views
Blend for Windows 8 Desktop application [closed]
I want to know if anyone knows a way to add effects like the ones you can add to an application for windows 8 with Blend for Visual Studio 2012, Im using Visual Studio 2012 express for Windows 8 ...
0
votes
1answer
29 views
Update label content on usercontrol from Mainwindow - WPF
I am new to WPF.
I have requirement to create a window (as below. Ignore background color. Just gave color to distinguish different panels). On click on next, center panel (with frame) will load ...
0
votes
1answer
14 views
ListBox Template/Styles in WPF
I have a ListBox on a WPF form, with the following look:
<ListBox x:Name="myListBox" Width="200" Height="200" Background="White">
<ListBox.ItemTemplate>
...
0
votes
1answer
8 views
how to release a panel for using after usercontrolget Visibility.Collapsed
I created a userControl which has a progressbar label and textblock. (this works great)
i have it in a panel that has also listbox.
i bind it with few property changed and one of them is Visibility.
...
0
votes
1answer
46 views
Not able to fire events from WPF Combo box items after once item is selected?
There is a scenario i am trying to accomplish for quiet sometime, could not find the way to do with Combo Box.
I have Combo box which has a Datatemplate containing a button and textblock. The button ...
0
votes
1answer
18 views
WPF TreeView.SelectedContainer
I have a TreeView control. It has a SelectedItemChanged event handler. In this event handler, the sender parameter comes in as a TreeView. When expanding and investigating the datatips for sender, ...
2
votes
2answers
50 views
WPF Rectangle with different stroke thickness on sides or Border with dashed stroke?
I know I can create a dashed border with a rectangle or a border with different stroke thickness for different sides:
<StackPanel Orientation="Horizontal">
<Rectangle ...
0
votes
1answer
14 views
Form controls visual changes on starting form
Its my first WPF project and I am enjoying it till I reached this problem. I have designed a form as per my will. It looks like this in the visual studio.
But when I debug it from Visual Studio it ...
1
vote
1answer
16 views
navigation in not working when [PartCreationPolicy(CreationPolicy.Shared)] in prism
In my prism application I want to make a single shared instance of a view. When I try to navigate the first time it works fine, but when I try to second time it's not working. If I change the ...
1
vote
1answer
19 views
Can we control speed of value updating in a WPF user control
I am using a custom wpf control, and value of this control will change at every 20 millisecond based on a channel value update from a database. But i want to control the speed value update in this ...
0
votes
0answers
26 views
WPF controll get extended while maximize
I create a wpf window application i placed a control on the top left corner while maximizing my window that gets extended and goes back to normal in fraction of seconds like a white shade
<Window ...
0
votes
0answers
29 views
Drawer Like Feature WPF Grid
I am stuck creating a UI...
I have created a Grid and it contains 3 Columns -
1st Column - A grid which contains all the inputs that i need from the user
2nd Column - A gridSplitter
3rd Column - ...
1
vote
1answer
27 views
Navigation pattern or library in a WPF application
I am looking into implementing a WPF app using the MVVM pattern and looking to create the navigation framework for the application. The application window has a main view and a navigation bar. The ...
0
votes
0answers
37 views
WPF ChildWindow ResizeMode
I'm developing an xbap application that is a partial trust application with Internet zone permissions. For security reasons I can not show a Window and as I result I am stuck with using the ...
0
votes
0answers
9 views
How do I add a property or call a method to add a property to list Item
I have a document list that is generated dynamically into a listbox. For example,
Listbox Results:
List Item Result 1
List Item Result 2
List Item Result 3
I want to call a method that does some ...
0
votes
2answers
146 views
Getting WPF Data Grid Context Menu Click Row
I have a WPF DataGrid
<DataGrid AutoGenerateColumns="False" Name="dataGrid1" IsReadOnly="True" >
<DataGrid.Columns>
<DataGridTextColumn Header="Site" Binding="{Binding Site}" ...
0
votes
0answers
24 views
MS Word style text indentation in WPF (using Richtextbox)
I am implementing a WPF 4.0 multitouch application, which performs text formatting based on gestures. While I have managed to achieve a few kinds of text formatting, I am having difficulty in ...
1
vote
0answers
51 views
WPF Animation Binding Breaks
I'm working with WPF 3D and applied translation animation to a Cube.
DoubleAnimation tranlateAnimationX = new DoubleAnimation(from.X, to.X, TimeSpan.FromSeconds(0.5));
...
0
votes
0answers
37 views
How to draw connector between shapes by dragging in wpf c#
I want to do this in wpf c# draw connector between shapes when drag from shape to another draw connector
like this image 'http://postimg.org/image/5uhua41lx/'
0
votes
1answer
31 views
Adding controls to an ItemsControl that is placed into a UserControl when we use UserControl?
I need to make a Usercontrol and add it's Controls in the Window that i use it,so i've defined an ItemsControl inside it as shown below:
<UserControl x:Class="MySystem.Controls.DropDownPanel"
...
0
votes
0answers
40 views
exception Region with the given name is already registered
in my prism application i have one region(root region) and two view(view1,view2) for that that have sumRegion(view1 have subRegion1 and view2 have subRegion2)
when i load view1 at application ...
0
votes
0answers
71 views
Setting DataGridTemplateColumn CellTemplate programmatically
This question is similar to others that have been posted, but none seem to offer the solution that works here.
Problem:
Trying to create a DataGridTemplateColumn at runtime with a particular ...
0
votes
0answers
18 views
Methods necessary to override when creating the custom control derived from FrameworkElement
I want to create a custom control which is derived from FrameworkElement, here i want to know what are all the methods i would need to override for this?
Any one please provide suggestion to me?
0
votes
0answers
44 views
Code needed to page through Google custom search API search results in a .NET WPF application
I have this code:
string apiKey = "Key";
string cx = "CX Code";
string query = key;
var svc = new Google.Apis.Customsearch.v1.CustomsearchService
_(new ...
0
votes
0answers
41 views
Cursor display on WPF TextBox without focus
I have two text box on my screen Name and description.
When focus on Name and now I click on description textbox Cursor is still visible on Name text box but it is not blinking and it also visble on ...
0
votes
0answers
34 views
How to create bookmarks in Epub File in Wpf Application using c#
i am using wpf.now i want to do one reader in wpf application,that reader reads the epub file,i able to read the file, i want to do some thing in that reader,like creating Bookmarks,Adding Notes,zoom ...
0
votes
1answer
99 views
How to improve performance of WPF Grid control (.NET 4.0/4.5)?
Definition: Having 2D-array of string (about 10 columns, 1,600 rows, fixed length of 7-char) serving as a data source for WPF .NET 4.0 Grid control, the following code snippet has been used in order ...
0
votes
0answers
58 views
WPF C# datagrid fix view row (fix scroll)
i am working on WPF datagrid and want to fix view after insert row at top, whenever row insert at top view scroll down by 1 row, i am using following code
int i = 0;
DataTable dt = null;
...
0
votes
0answers
22 views
PNG Image Become transparent when increase distance of camera in WPF code
I had set png Image as Brush background of Rectangle and set rectangle to Vieport3D group.
But when i am trying to increase distance of camera Image Become Transparent. But this problem face in XP ...
2
votes
3answers
97 views
Why are XAML namespaces URIs and what are they for?
It might a basic question, but I am very sure that many of the people still will be skeptical like me on the concept of XML namespaces. I read some documents, however it is nowhere clear why we need ...
1
vote
1answer
48 views
TextBox template padding issue
I am trying to re-template a TextBox to have two borders with padding in-between; however, even when I explicitly set the padding on the PART_ContentHost to zero, the padding for the control is always ...
0
votes
0answers
23 views
Loading the changes in WPF app without restarting VS debugging
Coming from web development background I find it very cumbersome to restart VS debugging to see new changes in WPF app. I think one way to make it possible is host (or load) the WPF app inside another ...
-1
votes
2answers
83 views
Insert hyphen automatically after every 4 characters in a TextBox
I want to implement some thing that when a user enters 4 characters then a hyphen should be added to the text and then again user enter 4 characters and then again hypen should added automatically in ...
0
votes
0answers
29 views
WPF Layout Invalidation and Measure Override Triggers
Is it possible to find out which dependency property, animation or anything else is the source of layout invalidation and causes repetitive calls to MeasureOverride of a custom control.
In my case ...
2
votes
2answers
142 views
DataGrid that uses binding to create table with comboboxes
I have a DataGrid that should have a text column for the first column, and then the succeeding columns should be combo boxes with a different set of items for each column.
The problem is that the ...
0
votes
1answer
45 views
Create a TabControl programmatically in WPF(C#)
I am a newbie to C# and WPF in particular and I'm wondering how to create a TabControl programatically(not via xaml). I have the following code:
private void Button_Click_3(object sender, ...
4
votes
1answer
64 views
Binding to interface typed properties
I just got bit by yet another binding oddity in WPF. Consider the following class and its IStupid typed property called MyStupid:
public struct DumbClass
{
public IStupid MyStupid { get { return ...
0
votes
3answers
415 views
OneWayToSource Dilemma
I am using OneWayToSource binding and it seems that it always sets my source property to null. Why is that so? It's causing me troubles because I need value from the target property in my source ...
0
votes
1answer
27 views
Merge border of Items contained in an ListBox
I have a ListBox with UniformGrid as its ItemsPanel. Basically, I wan't to show Items as Rectangles with border. I used UniformGrid as ItemsPanel, where I can control the number of rows and columns ...
0
votes
0answers
49 views
MVVM and Windows 8 issue
I have a WPF application using MVVM light WPF4 libraries and working perfercly well under wind7 touch PC.
I try that same application under WIndows 8 desktop and get some wierd issue with the ...
0
votes
0answers
34 views
WPF Validation Being Cleared On Window Loaded Event Completion
I'm Validating two fields against being empty. In my Loaded event I have code to run the validation and it all appears to run but when the window loads the validation Styling is gone. Here is my ...
0
votes
2answers
52 views
ListBoxItem selection color disabled, but content is too
In relation to a previous question, I have the following code which disables the blue background:
<ListBox Background="Transparent" BorderBrush="Transparent">
<ListBox.Style>
...
0
votes
3answers
246 views
Combobox background not being applied in windows 8
I am a little confused with wpf themes. I would like to have the wpf screens look the same on Vista, Windows 7 and Windows 8. So I have styled the components accordingly and they don't pose problems ...
1
vote
1answer
69 views
Change background color of content in ListBoxItem
I'm a WPF newbie; I have a ListBox that contains expanders (the expanders have a border around them):
<ListBox Background="Transparent" BorderBrush="Transparent">
<ListBox.Style>
...
0
votes
1answer
68 views
wpf application crashes when accessed from RDP session without showing any ERROR messages
I have been working on this issue from the past 7 days but could not figure out the actual reason. I have created an MSI for WPF application and installed it in windows 7 machine. IF i physically log ...
0
votes
1answer
36 views
How to properly handle focus
Lets say I have next layout:
Window
UserControl
UserControl
UserControl
Button
GridControl
GridCell
And lets say that GridCell currently has Keyboard focus. If ...











