1,334 reputation
615
bio website phone-applications.de
location Bielefeld, Germany
age 25
visits member for 2 years, 3 months
seen May 17 at 12:47
stats profile views 52

student of mathematics and computer science loving the sport orienteering


Jan
28
awarded  Yearling
Nov
29
awarded  Notable Question
Aug
9
awarded  Notable Question
Jun
8
awarded  Caucus
Feb
24
awarded  Popular Question
Feb
9
awarded  Nice Answer
Jan
28
awarded  Yearling
Jan
5
awarded  Popular Question
Oct
14
awarded  Necromancer
May
13
accepted Binding attached property to IEnumerable
May
11
answered Binding attached property to IEnumerable
May
11
comment Binding attached property to IEnumerable
that seems to be a pretty interesting project, I actually never used smth like that. Thanks for the hint, I will have a look on that.
May
11
comment Binding attached property to IEnumerable
if you mean the class CrystalReportsAttached, that's what I meant in my comment, sorry if I wasn't too clear about that. If you mean smth. else I don't understand it...
May
10
comment Binding attached property to IEnumerable
hmm, that's interesting. However, I set breakpoints almost everywhere and my property changed callback also does not get called. It only gets called if I don't use a binding as I did with another DependencyProperty which is a string.
May
10
comment Binding attached property to IEnumerable
I only put static there as I saw some other attached properties with the static attribute. I tried both (with or without the static attribute), but none of them is working :(.
May
10
comment Binding attached property to IEnumerable
hadn't read your comment yet. I tried to change the DependencyProperty to ObservableList<Participant> now, but it still does not work. ObservableList extends List and implements INotifyCollectionChanged and INotifyPropertyChanged, so I think all necessary interfaces should be implemented there.
May
10
comment Binding attached property to IEnumerable
Okay, I already tried that and changed it back now to new UIPropertyMetadata(null, SourceChanged)): Isn't that only for the default value, so it should be overridden by the getter value? It still does not work though, sorry. Thanks for your time!
May
10
comment Binding attached property to IEnumerable
MyList is of type ObservableList which I implemented and it does implement INotifyCollectionChanged. Also, the class containing the MyList property implements INotifyPropertyChanged as it is a ViewModel. As I said, it works if I use a DataGrid and set the ItemsSource property to MyList instead, so the problem must be somewhere else...
May
10
asked Binding attached property to IEnumerable
Apr
9
comment Exclude file from StyleCop analysis - “auto-generated” tag is ignored
doesn't work for me. I have version 4.4.3. What else could be wrong about it?