There is no straightforward method in WinUI’s drag-and-drop system to directly handle hidden files or shortcuts. However, you can work around this limitation by accessing the files programmatically using the System.IO API (for hidden files), resolving shortcuts manually (via Shell32), or handling the drag-and-drop data with file paths.
For more flexible drag-and-drop scenarios involving hidden files and shortcuts, manually managing the drag-and-drop data (file paths) and accessing those files directly is often the best approach.