ProjectMile / Mile.Xaml

The lightweight XAML Islands toolchain with the Windows 11 controls styles.
Other
144 stars 6 forks source link

Make ScrollViewer DPI-aware #3

Open dongle-the-gadget opened 1 year ago

dongle-the-gadget commented 1 year ago

Currently ScrollViewer isn't DPI aware when used in XAML Islands, leading to slower scrolling speeds on high DPI displays. Would appreciate if you can implement this.

MouriNaruto commented 1 year ago

I need to do some investigations about that.

Kenji Mouri

MouriNaruto commented 1 year ago

https://github.com/microsoft/terminal/blob/931aa8c87e5f5dbd28cf838bee450d082474a732/src/cascadia/WindowsTerminal/IslandWindow.cpp#L540

AndromedaMelody tells me maybe this can do some help. But I need to do some research about that.

Kenji Mouri