Luke Blevins
                                            Luke Blevins
                                        
                                    @martibravo Can you share how this can be accomplished? I'm familiar with the drag rectangles API, but setting a drag rectangle seems to break something and now only a small...
One year on, we're taking an entirely different approach with the storage layer. This will be publicized through final specifications, blog posts and docs once myself, et. al agree to...
@jtorjo FYI since you've been interested in this for years.
Hi. I'm the developer of Files (UWP). Our primary pain points with the current experience of integrating the native Win32 file-access APIs into a UWP app were the things the...
@jonwis My app, Files, previously included a purely WinRT file-access implementation. (Meaning, we used StorageFile and StorageFolder) It was highly optimized at that because we retrieved storage items in batches,...
Sure, we can access items with the hidden attribute this way, but they are invisible to all of the WinRT file operation methods (i.e. Cut, Copy, Delete) P.S. I will...
> * `ApplicationData.*Folder` only provide access to the filesystem via `StorageFolder`. There's no way to get their `.Path` without going thrug a `StorageFolder` incurring significant performance overhead Can definitely see...
@michael-hawker It does indeed seem similar. I wonder if my solution from before can be adapted to DataGridCheckboxColumn
No guarantees given my schedule, but I can probably take a look at it during the coming weeks and see if I can reproduce and fix it similar to the...
@michael-hawker I looked into this more, and it seems like we need a reliable way to determine if focus has actually left the DataGrid. The loop we have [here](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/62c49344a8261eb8137bc18c289c8c339383b2fd/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/DataGrid.cs#L5739), doesn't...