Tualatin
Tualatin
> > > Looks like I had the same issue with FindAll method Here the same, FindAll throws a SynchronizationLockException, but only, when I start my app without Visual Studio...
I need this layout too!
> With Visual Studio 2022 17.1 AOT and Interpreter work now. So this can used as a workaround too.  This works very well, thank you!
> About the apple review: I sent in the app to the apple review and it was accepted without any problems. Yeah, this works at the moment without problems. But...
Here the same, I can fix this: case DragAction.Entered: if (Build.VERSION.SdkInt >= BuildVersionCodes.N) { ... } else { var id = (int) e.LocalState; var selectedItem = ((IList) _element.ItemsSource)[id]; dragItem =...
@PaulsonMac thank you very much, your solution works like a charm! Nice job.
I have another question, how can I handle invalid Drag'n'Drop? When user drops the item outside the listview, it will disappear. Any suggestions?
Here is an other commit to this issue a8ef394ec047bde0a8558fdc1f2985fa35d817aa
The same here, but with the latest Firefox also.
Here the same, mail notification is often not working, after upgrade veeam. It's a bit strange that veeam for linux comes without mail notification. I will try the workarounds.