0
votes
1answer
18 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
3answers
42 views
Bubbling Events not Occurring
Hello All,
In the code below, I am seeing the tunneling events occurring but am not seeing the corresponding bubbling events occurring. Why might this be?
Thanks,
Dave
<Windo …
0
votes
3answers
28 views
From Winforms to WPF time?
We are a team of .net winform and asp.net developers building custom enterprise applications for organisations mainly in the public sector. Is it time to retrain/retool the team in …
2
votes
1answer
37 views
Patterns used in WPF
I have been getting more involved with WPF for about a year now. A lot of things are new and sometimes it is hard to get my head wrapped around it.
At the same time I am rereading …
0
votes
2answers
18 views
restricting the size of wpf dockpanel region
Is there a way you can pin a wpf dockpanel? I have searched on the net and I have not found any functionality that will allow this. What I want is to lock the size of a dockpane …
2
votes
3answers
45 views
To MVVM or not to MVVM that is the question
Hi
I am rewriting my windows forms based application and I am going to use WPF.
The application relies heavily on drag and drop techniques, in a very graphically environment. The u …
0
votes
2answers
37 views
Vector Graphics in C# WinForms - should I interoperate with WPF?
I have a video camera that I'm interfacing with a C# app. The camera actually comes with a .NET WinForms control. It supports drawing on it with GDI+ functions.
When I zoom in, I …
0
votes
0answers
13 views
Binding to a Model that Contains a Collection/List
Hello,
I'm building a simple financial record-keeping application. The main window view model holds a list of Accounts. The view shows this list (in a ListView) along with a panel …
0
votes
1answer
13 views
Advisable approach for nested lists for binding in WPF
Question: What would be the most effective way of doing a nested list which allows for data binding in the view and awareness of what shipment is selected so that command bindings …
1
vote
1answer
54 views
ObservableCollection<T> does not update ListBox
Hi
I've set the ItemSource of a ListBox to a ObservableCollection collection, and my Employee class implements INotifyPropertyChanged.
On the Employee I've bound several properti …
2
votes
3answers
27 views
silverlight - communicate between 2 view models in MVVM using commands
hi all ,
i am working on MVVM and using commanding in silverlight(DelegateEvent and ICommand)
I want something like this ,(say) i have 2 usercontrols , parent and child .
Parent …
0
votes
1answer
21 views
Styling multiple types of WPF controls
I have a stack panel with a few (different) items:
<StackPanel ...>
<TextBlock ... />
<CheckBox ... />
<CheckBox ... />
<Button ... /> …
0
votes
1answer
15 views
WPF datagrid problem
I created this datagrid, and it all works fine, but there's this little annoying problem
here's a screenshot of my datagrid
http://users.telenet.be/i_dislike_mushrooms/datagridpr …
0
votes
0answers
15 views
How to bind opacity of border in ControlTemplate to property of databound item?
Hi,
I'm taking my first serious steps in WPF, so please be gentle :-) I have a ListBox, which will be bound to a list of objects I create from code. These objects contain a boolea …
0
votes
2answers
20 views
Scale a .jpg file in WPF
I'd like to open a .jpg file in WPF, scale it down to around 50%, then save it back to the file system. What's a good/efficient way to go about doing that?
