Yimeng Wu
Yimeng Wu
Could you try setting the following WindowChrome on the window and see if the issue goes away? I'm unable to test this because I can't reproduce the behavior on my...
You can set `Culture` to one that uses the 24-hour clock and use `TimePartVisibility.All`.
That would be very kind of you 😄. And thanks to @ShankarBUS for the info. I'll see what options are available.
Thank you. This is a WPF bug and there are a few workarounds on [Stack Overflow](https://stackoverflow.com/questions/29207331/wpf-window-with-custom-chrome-has-unwanted-outline-on-right-and-bottom).
@mlaily Good idea. I think we can add an attached property to `WindowHelper`. It would work similarly to the existing `FixMaximizedWindow` property.
Contributions are welcome! One thing to note is that features not in UWP/WinUI are usually considered out of scope for this library.
This is caused by a bug in WPF. Your workaround is fine.
This is due to the TextBox's [ValidationAdornerSite](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.validation.validationadornersite?view=netcore-3.1) being set to a border inside its template so that the default red error border will be constrained to the actual text area...
Actually all multi selectors in .NET and WinRT have read-only SelectedItems. The ListPicker in the official WPToolkit is a special case.
Could you provide a sample app that demonstrates your use case?