59 reputation
7
bio website
location
age
visits member for 7 months
seen May 16 at 10:18
stats profile views 27

May
6
comment wpf Get object type in xaml triggers
Sounds plausible. But the Content={Binding} won't do the job. I tried to set "Template" or "ContentTemplate" property. This always works out to need a selector! please see this one it shows the problem I don't get. Could you provide a piece of code ?
May
3
comment wpf Get object type in xaml triggers
...additionally, I don't want to code a c# coded template selector. So what's the secret ?
May
3
comment wpf Get object type in xaml triggers
In the example above, I use an empty ContentControl, and insert the template via the datatriggers. So what's not clear to me: How would you insert this datatemplate in the listbox style ?
May
2
asked wpf Get object type in xaml triggers
Apr
25
comment c# modify a generic property
from the maintenance view and clarity, looks plausible to me. Why you wouldn't recommend it ?
Apr
25
comment c# modify a generic property
Right. The short function is just for demonstration. I like to set the property on a viewmodel tree. So the function has some more liones and is not just a setter. My challenge is that the "traversing code", which sets the boolean to each viewmodel, should be just in ONE function.
Apr
25
comment c# modify a generic property
when the user check / unchecks a checkbutton, the deoendency property's callback changes the viewmodel property. For several reasons, I traverse a viewmodel tree, and like to have ONE function for both booleans's. That's it.
Apr
25
asked c# modify a generic property
Apr
24
comment wpf When binding to array index, fallbackvalue doesn't seem to work
Ok, but unfortunately the converter doesn't get called in case of an invalid index.
Apr
23
asked wpf When binding to array index, fallbackvalue doesn't seem to work
Apr
11
asked wpf expander animation and auto open combobox dropdown
Apr
8
accepted wpf debug error output System.WIndows.Data Error 25
Apr
5
awarded  Teacher
Mar
28
comment c# detect when there are too many objects
"Here the key concept is serialization" - I heard of that, thanks
Mar
28
accepted c# detect when there are too many objects
Mar
28
comment c# detect when there are too many objects
ok, but This would be a work-around, when the object count already has grown too high. 2ndly, depending on the current NET memory management in the framework, there are varying places where the exception occurs. And it would be a large job to put each "create" of any object in any class inside try - catch.
Mar
28
asked c# detect when there are too many objects
Mar
27
answered wpf debug error output System.WIndows.Data Error 25
Mar
27
comment wpf debug error output System.WIndows.Data Error 25
I must add that the editbox does NOT display a ComboboxItem like it is defined in the Itemtemplate. It does onle display the "Name" member. The ItemTemplate shows "Name" "Age" "Adress" etc for each item.
Mar
27
comment wpf debug error output System.WIndows.Data Error 25
When I set DisplayMemebrPath, the combobox works like it should. When I leave it out, The editbox displays the default (classname) string. Do setting DisplaymemebrPath does really something useful, as setting an Itemtemplate for the ComboboxItems. So could you explain how to put it together, like you suggested ?