Click here to Skip to main content
15,917,060 members

Comments by theHollow (Top 5 by date)

theHollow 25-Dec-12 17:49pm View    
Sorry about that. But I often see that many standard controls share similar behavors and property names etc...often. So that was my point :-) Gave it a shot :-) Hope by the way you found a good solution.
theHollow 15-Dec-12 14:47pm View    
Hi. I just wonder what the error says. Is it possible to post the actual exception message. And also the code where the exception is thrown, if you have the code available.
theHollow 14-Dec-12 15:48pm View    
WPF Grid (panel) or DataGrid?
What do you mean by "connecting cell"?
Can you define a little more detailed what you would like to accomplish?
theHollow 19-Sep-11 4:49am View    
I need to see the code that puts the value from the database reader or DataTable/DataRow.
theHollow 14-Sep-11 16:37pm View    
The ShowCatsTotalExpenses method will only be executed once, when the SelectedCategoryTypes property is set the first time. Not when it changes.

In order to also get the changes, you should create a DependencyProperty and create an "OnSelectedCategoryTypesChanged" method that fire on change.

The "ViewModels" property should also be notified with OnPropertyChanged.

But I don't know if this is in any help to the actual problem :-)