Chakuza2006

Results 4 comments of Chakuza2006

I started using the bootstrap-select yesterday and I had the same issue. For bootstrap 5, please use [v1.14.0-beta3]. You can download the files here https://github.com/snapappointments/bootstrap-select/tree/main/js After I replaced the 1.13.8...

> still does not work. what bootstrap are you using. you all seem to forget to tell people what is compatible with what. version i mean I´m using [email protected] and...

@krisdb2009 CloseTopAnimation.To = DPI.ScalePixelsDown(mi.rcMonitor.bottom); The DPI values are zero and also the bottom value is zero. You can use VisualTreeHelper.GetDpi(this); to get the current dpiscale to avoid this error.

using System.Windows.Media; DPI = VisualTreeHelper.GetDpi(this); // fix this issue CloseTopAnimation.To = DPI.ScalePixelsDown(mi.rcMonitor.bottom);