Adam Płonka
Results
2
issues of
Adam Płonka
This is the same issue as in https://github.com/microsoft/microsoft-ui-xaml/issues/6353 This code: ```csharp IntPtr hWnd = WindowNative.GetWindowHandle(this); WindowId wndId = Microsoft.UI.Win32Interop.GetWindowIdFromWindow(hWnd); var win = AppWindow.GetFromWindowId(wndId); ``` works in the (unpackaged) application, but...
## Fixes #2122 Fixes DataGrid scroll performance issue for large data sources. ## PR Type What kind of change does this PR introduce? Bugfix ## What is the current behavior?...
DataGrid :capital_abcd: