Windows Presentation Foundation, or WPF, is a subsystem for rendering user interfaces in Windows-based applications.
0
votes
0answers
5 views
Error:Could not Load File or Assembly Entity Framework 4.4.0.0 on opening application?
I have created a setup project and installed on local machine. The application opens but connection to Database doesnt occurs it throws error as following screen shot. I am using Entity Framework 4.0 ...
1
vote
0answers
10 views
Mimic FlipView in WPF
I want to mimic the FlipView control of Modern Windows 8 apps in WPF.
I've created the buttons and their style. However, the one thing that I'm having problem is their animations. I've added some ...
0
votes
0answers
5 views
WPF Treeview keyboard navigation - expanding issue
Is there any possibility to dissable nodes expanding automaticly? I would like expand nodes only after Enter or Left and Right keys press
Keyboard navigation should work, but without auto expand
0
votes
1answer
30 views
Dispatcher not dispatching
I wanted to test something so I built a small view & viewmodel with a Button and a ListBox.
When I click the button I run the RunCommand as in the code below. I don't understand why the Dispatcher ...
0
votes
0answers
6 views
Able to fire event in WPF Datagrid continuously fed with live data
Can any one suggest a resources or code that will help me fire event in WPF Datagrid as the values changes please.
e.g think of a timer tick populating datagrid with time/values of say 1,2,3.... with ...
0
votes
2answers
29 views
Handling a periodic thread in MVVM
I have a .NET 4.0 _C# 4.0_ application. I am using WPF and the Model-View-ViewModel (MVVM) pattern.
I have my controls and everything is fine. The pattern is correctly applied and works fine thanks to ...
1
vote
0answers
32 views
Visual studio custom class template with parameters
In my WPF MVVM applications I use a lot of the same master detail classes which can have an Add, Edit, Delete, Save and Undo command.
So these class structures are quite the same everytime.
I know I ...
0
votes
0answers
20 views
Setting DataContext of MenuItem declared as static resource in Window.Resources
I have this context menu, which I use at different DataTemplates of my TreeView.
<Window.Resources>
<ContextMenu x:Key="mnuContextTreeView">
<ContextMenu.ItemsSource>
...
0
votes
0answers
15 views
Can I deploy class library using Click Once Deployment?
After thorough study of microsoft Click Once Deployment, I have come to conclusion that an application can be deployed and installed using COD.
Consider a situation when I have only a small change ...
0
votes
0answers
12 views
Gotfocus and lostfocus on dataGridTextColumn not possible
I've got this WPF DataGrid:
<DataGrid ItemsSource="{DynamicResource TNMaps}" RowHeaderWidth="0" Width="680" AutoGenerateColumns="False" RowHeight="35" SelectionUnit="Cell" >
...
0
votes
2answers
37 views
Make input Textbox as currency format (WPF MVVM) [closed]
i am new in WPF, just start learning today. can anyone help me how to format the TextBox as currency format? which in my Textbox, can only be inputted by the numbers with 2 decimal point?
Thanks.
1
vote
1answer
14 views
wpf xaml loop thru a gridview which is inside a listview and get the cell value
I have the following in my xaml file.
XAML
<Grid x:Name="grid1">
<StackPanel>
<ListView Name="listview1" IsTextSearchEnabled="True" TextSearch.TextPath="Enquiry_Number">
...
0
votes
1answer
31 views
Extend Style in wpf
I tried the following way to extend style and add tooltip message if validationresult is true. But it shows error "Property style is set more than once". How can I extend style for this case. Any help ...
0
votes
0answers
42 views
WPF Property Changes
I have a custom listview tempalte ( something like below):
<ListView.ItemTemplate>
<DataTemplate >
<albc:MultithreadImage
filename="{Binding ...
0
votes
0answers
12 views
Unable to Install WPF Published project ERROR: Value Doesn't fall in Expected range?
I have published WPF Project. In this project i am using the TeleriReporting.dll file & devxpress controls in WPF application. I have created the publish file but unable to install on same machine ...