Brandon Williams
Brandon Williams
@lonitra - If you could use any assistance with this issue, please let me know and I would be happy to help.
https://github.com/dotnet/winforms/assets/5017479/a356302b-05a2-41d3-b39f-362482a46911
And thumbnail tooltip text! That's cool! 
> In Git Extensions we've been using [WindowsAPICodePack](https://github.com/contre/Windows-API-Code-Pack-1.1) for that. > > My main concern with the original proposal that the API shape wasn't quote aligned with the Windows Forms...
I see there is also support for adding buttons to the thumbnail toolbar which could leverage the ICommand interface, similar to the new command binding API, to get or set...
Here is a demo using the taskbar thumbnail toolbar buttons themselves to exercise the ITaskbarList interface methods. https://github.com/dotnet/winforms/assets/5017479/929a2876-0de0-477e-a8a9-50370dce09d7
Just over here dreaming about new taskbar APIs. 
My apologies. Sometimes I bite off more than I can chew 😩. These tests can be very finicky, and time-consuming. With that said, I don't want to give up on...
When dragging a file from File Explorer to Files, Files sets the [AcceptedOperation](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.drageventargs.acceptedoperation) when the file is on the same drive to [DataPackageOperation.Move](https://learn.microsoft.com/en-us/uwp/api/windows.applicationmodel.datatransfer.datapackageoperation). Mentioned previously, and I've confirmed, that move...
I could submit a PR to help facilitate the discussion.