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...
可以,比之前的黑色底纹效果要好不少。
In my program, I used `hc:DataGridAttach.ShowSelectAllButton="True"`, but the button did not appear.
@ghost1372 `RowHeaderWidth="60"` It does work, but it will cause a column of blank space. It seems to require a CheckBox. ```xaml ```
I've encountered the same issue: https://github.com/punker76/gong-wpf-dragdrop/issues/512 My solution is quite simple: ```xaml 💡BorderBrush default null ```
`Opacity` 的性能比较差,应该增加色彩梯度。