I Need to Clear my CSLA ReadOnly List which is of course not possible because CSLA is protecting my ReadOnly Lst. I also cant simply set the List null because that is removing the FilterMethods of my List in the XAML. is there a way to make an own Clear Method in my ReadOnlyListBase
?
Short:
ShowGroupPanel in the UI of WPF is false when I set the List on null.
I cant clear/remove the List because it has to be ReadOnly.
So is there maybe a way to return a Empty List in the ReadOnlyListBase Object?