Results 35 comments of CodingNinja

I can remove one item at a time, however, if I select two or more to remove, an exception will be thrown. ![动画1](https://github.com/ENikS/ObservableCollectionEx/assets/7220248/ee5b7a17-af45-4fad-9f8b-336bdc691151) **Demo:** [ObservableCollectionExIssue5.zip](https://github.com/ENikS/ObservableCollectionEx/files/12123039/ObservableCollectionExIssue5.zip)

If the Label's text is Chinese, there is another issue. Expected correct behavior, correct line breaks, and the first character of each line is not a punctuation mark: ``` 你好,世...

The same problem occurs with(`Context.GetExternalFilesDir`): `Android Emulator pixel5-Android14/api34/security update 5/9/2023`, but my physical machine `Redmi Note 11T Pro-Android14/security update 1/5/2024` is fine. I was wondering if I should put the...

I solved the problem, however, I think it's rather inconvenient. ```XAML oldIndex ? dropInfo.InsertIndex - 1 : dropInfo.InsertIndex; SkipRowRules.Move(oldIndex, newIndex); } } ``` As for the drop indicator jumping, I...