CodingNinja
CodingNinja
I can remove one item at a time, however, if I select two or more to remove, an exception will be thrown.  **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...
Flash on/auto And it won't work.
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...